I was going through Query String Query https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
How can i do geo location based search if i have latitude and longitude and range in KM?
I was going through Query String Query https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
How can i do geo location based search if i have latitude and longitude and range in KM?
After some experiments and some search on net. I achieved this with wrapping "query string" in bool query.
cheers.
Thank-you.