Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
1
-
SDK36: SearchFeat/Txns/Docs, SDK38: Txnβ-ready/Docs
Description
SDKs have FTS support for distance and box/circle contains predicate query.
We'd like to add support for the polygon contains as well in all relevant SDKs
Refer to the <a href='https://docs.google.com/document/d/1nIBagKk-BsIwIqUHM1mUr3jGCxZeoYRAtlZsAPaVf6o/edit?usp=sharing>Spec</a>
Attachments
Issue Links
- mentioned in
-
Page Loading...
After adding a GeoPolygonQuery class (akin to GeoDistanceQuery) and a conversion function for list-of-coordinates, the search `cluster.search_query(geo_index, search.GeoPolygonQuery([[0.4980266, 51.3911532], ...])` returns results but no fields are returned. That may be related to
PYCBC-1032...