Skip to content

Instantly share code, notes, and snippets.

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 anapaulagomes/cccabef3fe44a49b37252401c7df56e7 to your computer and use it in GitHub Desktop.
Save anapaulagomes/cccabef3fe44a49b37252401c7df56e7 to your computer and use it in GitHub Desktop.
Busca com o uso da cláusula OU (lista de valores desejados)
db.checkins.find({'base.nome': 'copa2014', 'base.cidade': { $in: ['london', 'tokyo', 'rio', 'newyork']}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment