Commit 64a3b4f1 authored by Ujvari Gergely's avatar Ujvari Gergely

Update uri mapping

To move away from ES query_string, new mapping for the uri fields
should be introduced.

For the index_analyzer we use the pattern_capture filter to be
able to split the uri field to our desire.
parent 9b87cd8e
......@@ -140,7 +140,7 @@ class StreamSearch
path: '/uri'
exact_match: false
case_sensitive: false
es_query_string: true
es_query_string: false
and_or: 'or'
since:
formatter: (past) ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment