Reputation: 209
I'm trying to do a query on Elasticsearch using the query string interface on a Geolocation. Specifically, I am trying to return all documents within a circle (point with radius). This is clearly possible using the full query DSL based on JSON. However, I can't find the syntax for the same search using query strings in the docs here:
Does this mean geo queries are not supported by query string queries?
Thanks
Upvotes: 3
Views: 658