-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.9.0
-
Component/s: Geo
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Seems like the following should throw an error:
db.runCommand(
{ geoNear : "xy", near : [44, 44], spherical : true, maxDistance : 12000 })
but it doesn't.