Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
d213a2e0
Commit
d213a2e0
authored
Nov 21, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Nov 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1732328: Interaction forum post indexer for elasticsearch is too short"
parents
97ac2f60
143c85c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
htdocs/search/elasticsearch/type/ElasticsearchType_interaction_forum_post.php
...csearch/type/ElasticsearchType_interaction_forum_post.php
+2
-1
No files found.
htdocs/search/elasticsearch/type/ElasticsearchType_interaction_forum_post.php
View file @
d213a2e0
...
...
@@ -21,7 +21,8 @@ class ElasticsearchType_interaction_forum_post extends ElasticsearchType {
'include_in_all'
=>
TRUE
),
'body'
=>
array
(
'type'
=>
'keyword'
,
'type'
=>
'text'
,
'index'
=>
TRUE
,
'include_in_all'
=>
TRUE
),
// access to forum posts is granted to all members of the group
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment