-
Type: Bug
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Geo
-
Query
-
ALL
I think these should be synonymous:
db.collection.find( { latlng :
{ $near : [50,50] , $maxDistance : 5 } } )
db.collection.find( { latlng :
} )
- is duplicated by
-
SERVER-8288 geo queries are order dependent when using $maxDistance
- Closed