-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
None
-
Environment:Compass 1.5.1
-
Iteration Zebra
Compass does support $geoWithin queries but when trying (manually) to enter a $near query (see below) a red info point appears linking to the MongoDB Extended JSON docs page and the 'apply' button remains unavailable.
Questions:
- Which operators are support and which aren't? Can we get this info added to the online docs perhaps?
- What are the timeframes for supporting those operators which are currently not supported?
Sample $near query:
{"metadata.location": { "$near" : { "$geometry": { type: "Point", coordinates: [ -98.60496194154656, 20.515878780777225 ] }, "$maxDistance": 100000 } }}
- causes
-
COMPASS-4146 Disable validation in agg builder, query bar and schema validation
- Closed