Skip to content

Instantly share code, notes, and snippets.

@RedBeard0531
Created March 22, 2010 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RedBeard0531/340574 to your computer and use it in GitHub Desktop.
Save RedBeard0531/340574 to your computer and use it in GitHub Desktop.
> db.test.find({loc:{$near:[0,0]}})
{ "_id" : ObjectId("4ba7e616b8c125a527c38708"), "name" : "a", "loc" : [ 0, 0 ] }
{ "_id" : ObjectId("4ba7e61ab8c125a527c38709"), "name" : "b", "loc" : [ 0, 0 ] }
{ "_id" : ObjectId("4ba7e620b8c125a527c3870a"), "name" : "c", "loc" : [ 1, 1 ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment