I'm attempting to use the @searchable directive to create an OpenSearch index so that I can do geospatial queries against a "location" field in a model tagged with @searchable. As far as I can tell this does not appear possible with Amplify cli because the OpenSearch index it creates does not effectively detect that a given field should have the geo_point data type.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Amplify CLI Version
12.13.0
Question
I'm attempting to use the @searchable directive to create an OpenSearch index so that I can do geospatial queries against a "location" field in a model tagged with @searchable. As far as I can tell this does not appear possible with Amplify cli because the OpenSearch index it creates does not effectively detect that a given field should have the geo_point data type.
I've come across another issue that is related to mine: https://github.com/aws-amplify/amplify-category-api/issues/2379, however the solution does not appear related to my issue.