Hi All,
I am trying to implement proximity search with Wildcard in my data
My query is -
{"query": ""Hello world"~1"}
I want to use it like
"query": ""Hello* world"~1"
if there is any way to do so,
please reply on this thread
Thanks in Advance