Good day,
I am trying to search for a string that starts with the "@" symbol, but it seems that the symbol is ignored.
For example... I have the following documents with the following data:
doc1: "hello world"
doc2: "@hello world"
I want to search for "@hello", expecting only doc2 to be returned. But right now, it returns both documents, as if I searched for "hello" only.
Is there a way I can search with the "@" symbol?
Thanks,
Eugene