You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maps has two code-paths for bounding-box filters. one for geo_point (using geo_bounding_box ES-filter) and one for geo_shape (using a geo_shape filter).
ES supports geo_bounding_box now for ES-queries as well, so should align implementation.
Maps has two code-paths for bounding-box filters. one for geo_point (using
geo_bounding_boxES-filter) and one for geo_shape (using a geo_shape filter).ES supports
geo_bounding_boxnow for ES-queries as well, so should align implementation.