Array Query Operators

Note

For details on specific operator, including syntax and examples,click on the specific operator to go to its reference page.

NameDescription
$allMatches arrays that contain all elements specified in the query.
$elemMatchSelects documents if element in the array field matches all the specified $elemMatch conditions.
$sizeSelects documents if the array field is a specified size.

For examples on querying array fields, see: