Skip to content

Commit

Permalink
Change query analyzer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Nov 2, 2015
1 parent fb61176 commit ddbf025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/objects/query/article_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def query_string
index.query(simple_query_string: {
query: @query.q,
fields: query_fields,
analyzer: 'german_analyzer',
analyzer: 'german_search_analyzer',
default_operator: 'and',
lenient: true
})
Expand Down

0 comments on commit ddbf025

Please sign in to comment.