Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
LatLonPoint currently support three types of queries, against a bound box, an array of polygons or by distance (circle). Therefore if you currently want to combine a query with two of those geometries, a user will need to combine the query with a boolean OR.
It would be a nice addition to have a query that accepts an array of LatLonGeometries and generates that boolean OR query in a single query.