Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created July 7, 2011 21:43
Show Gist options
  • Save JakubOboza/1070621 to your computer and use it in GitHub Desktop.
Save JakubOboza/1070621 to your computer and use it in GitHub Desktop.
db.places.find( { loc : { $near : [50,50] } } ).limit(20)
db.places.find( { loc : { $near : [50,50] , $maxDistance : 5 } } ).limit(20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment