Commit dfd71bff authored by gergely-ujvari's avatar gergely-ujvari

Fix index name was not set as a true json path

Fixing the fix for the #1065
parent 8c30e319
...@@ -389,7 +389,7 @@ class App ...@@ -389,7 +389,7 @@ class App
streamfilter streamfilter
.setPastDataNone() .setPastDataNone()
.setMatchPolicyIncludeAny() .setMatchPolicyIncludeAny()
.addClause('uri', 'one_of', Object.keys(annotator.plugins.Store.entities)) .addClause('/uri', 'one_of', Object.keys(annotator.plugins.Store.entities))
.getFilter() .getFilter()
streamerURI = baseURI.replace /\/\w+(\/?\??[^\/]*)\/?$/, '/__streamer__' streamerURI = baseURI.replace /\/\w+(\/?\??[^\/]*)\/?$/, '/__streamer__'
......
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