Skip to content

Instantly share code, notes, and snippets.

@danared
Created December 23, 2015 16:04
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 danared/1923b5f727824385010f to your computer and use it in GitHub Desktop.
Save danared/1923b5f727824385010f to your computer and use it in GitHub Desktop.
db.children.aggregate( {"$match": { "behaved": true }},
{"$lookup": { "from": "presents", "localField": "name", "foreignField": "present_for", "as":"presents" } })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment