-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Geo
-
None
-
ALL
Via MongoDB $geoNear command with Aggregate, I'm unable to gather the coordinates that are within the maxDistance via includeLocs field.
The documentation states to use includeLocs "specifies the output field that identifies the location used to calculate the distance. This option is useful when a location field contains multiple locations.", however the includeLocs field is including all multipoint locations.
Does mongodb have the ability to project only the matching multipoints and not the whole set stored?
Source: https://stackoverflow.com/questions/60782330/mongodb-geospatial-project-matching-multipoints-only
- links to