Geospatial view for search inside polygon

I went through all the documentation, but I didn’t find anything about searching inside the polygon. On http://review.couchbase.org I found the merge request where it was implemented this functionality. But I guess it wasn’t merged. What to do in this case?

Using FTS, you would be able to perform geo queries like bounded rectangle and point distance queries if that fits your requirements. You may check the FTS documentation for details.
ref: https://docs.couchbase.com/server/6.0/fts/fts-geospatial-queries.html

Polygon searches aren’t supported in FTS.

This functionality is not expected ?

For FTS, just that we didn’t get the bandwidth to implement this feature with other priority overrides.
I couldn’t track the merge request link you mentioned above.
Can you share the complete/working link where you saw related changes for review?

regards,
Sreekanth

http://review.couchbase.org/#/c/14795/
But that was a long time ago. And I understand the question remains open.