Hmm no that's not part of the question
.
I might need some more direction on how to do that.. should I add "s
" to the inputParameterMap
?
Added:
q.inputParameterMap["s"] = "%"+event_query;
Update: this seems to be working when there's no text query, but when there is, it's still including other results that match the text query. Eg with these params:
&query=medicine%20+4:370504%25O>20170913<20170918
I get
queryAsProcessed":"medicine 4:370504 % O>20170913<20170918"
And results that match "medicine" but not "370504".
As you can see, I tried adding a plus to see if that made a difference, but it's getting stripped out. Interestingly a minus doesn't get stripped out, and works as expected.