Skip to content

Instantly share code, notes, and snippets.

@francois
Created April 1, 2010 15:30
Show Gist options
  • Save francois/351945 to your computer and use it in GitHub Desktop.
Save francois/351945 to your computer and use it in GitHub Desktop.
{"rp":
{"AdSpot": {
"1": {"a": "b"},
"2": {"a": "b"},
"3": {"a": "b"}}}}
db.collection.find({"rp.AdSpot": {$in: ["1", "2"]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment