Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created September 9, 2020 14:17
Show Gist options
  • Save aniruddha27/886bfa117cabf64872b4d27e7bd650f4 to your computer and use it in GitHub Desktop.
Save aniruddha27/886bfa117cabf64872b4d27e7bd650f4 to your computer and use it in GitHub Desktop.
# Nearest locations
db.restaurants.find({'address.coord':
{'$near':[50,50],
'$minDistance':10,
'$maxDistance':100
}
}).count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment