Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
http://docs.mongodb.org/manual/reference/operator/center/
Doc says
db.collection.find( { location: { $within: { $center: [ [0,0], 10 } } } );
|
there is a closing square bracket missing after the 10.