Dear list,
We are running EC on top of a Mongo DB and it works great. An iPhone client
queries EC through http calls.
I would like to be able to have the search term include parentheses and a
colon, I have tried to escape and encode the parentheses as per the Lucene
docs (see sample query string below), but it does not seem to work
properly, is there anybody out there who knows how to do this?
?q=rechtsgebied_rechtspraak:%22Belasting%22+%22%5C%28hierna%5C:%20de%20Wet%5C%29%22&default_operator=AND&sort=datum_gepubliceerd_ymd:desc&size=20&from=0
This part is what this request is
about: %22%5C%28hierna%5C:%20de%20Wet%5C%29%22
Unencoded it reads: (hierna: de Wet)
Many thanks,
Diederik
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.