Hi guys I am trying to use searching within a Geo ...
# community-help
b
Hi guys I am trying to use searching within a Geo Polygon and I followed the documentation and tried to debug why it isnt working. I have a location field that is a geopoint and I have search by radius working with it. However for some reason when searching by Geo Polygon I am not getting any results back. I am on version 0.25.2 and using Typesense Cloud. Here is a screen shot of my params I am sending with the search,
k
Geopolygon is supported only on v28 that we released last week. Please upgrade (after testing your app on v28 on staging/dev)
b
k
Ok got it. I got confused and thought that you were trying to index geo polygon and not just search within one. 25.2 is a very old version though. Please upgrade to v28 and there is still an issue, please create a small reproducible example like this: https://gist.github.com/jasonbosco/7c3432713216c378472f13e72246f46b
👍 1
b
I will try that first thank you!