Concept Flow - Querying array elements directly
Start with collection
Specify query on array field
MongoDB checks each array element
Match elements that satisfy condition?
Yes No
Return document
End
MongoDB checks each element in the array field to find if any element matches the query condition, then returns the whole document if a match is found.
