Open
Description
Victor Fernandez Rojas opened DATAMONGO-1973 and commented
I have a repository for a document which contains a property:
private GeoJsonPolygon location;
And I'm trying to generate a method in the repository interface like:
List findByLocationIntersects(Point point);
In order to find all the Neighbourhoods which contain a particular Point
No further details from DATAMONGO-1973