Geospatial filter operators
Geospatial query:
- [x] $geoIntersects
- [x] $geoWithin
- [x] $near
- [x] $nearSphere
- [ ] $box (legacy syntax only)
- [ ] $center (legacy syntax only)
- [ ] $centerSphere (legacy syntax only)
- [x] $geometry
- [x] $maxDistance
- [x] $minDistance
- [ ] $polygon (legacy syntax only)
We will not implement the legacy coordinates pair system for now.
task