Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shannonbradshaw/8c0382a6ac115d716bfcd68970d35df4 to your computer and use it in GitHub Desktop.
Save shannonbradshaw/8c0382a6ac115d716bfcd68970d35df4 to your computer and use it in GitHub Desktop.
Task: Array Containing Specific Value

Suppose you have a collection called people containing documents that resemble the following:

{
    name : "Kay",
    favoriteFoods : ["mango", "salmon", "quinoa"]
}

In the mongo shell, how would you query for all people listing "mango" as a favorite food?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment