Hi,

I have a set of data setting in elasticsearch, like 
{"symbol":"AUD/USD"},{"symbol":"HKD/USD"},{"symbol":"AUD/EUR"}...  I would 
like to search for "AUD/USD". So the search query string will be "{ 
"bool":{ "must":{ "query_string":{ "query":"(symbol:AUD/USD)" } } } }". But 
the result I got looks that ES used "/" (forward slash) to search any 
symbol having "AUD" or "USD" instead of "AUD/USD". I tried with "\\/" and I 
got a same result.

thanks,
Felix

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f5ec93b6-f847-467c-8ab6-3b51d77ce499%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to