Docs Menu
Docs Home
/
MongoDB Manual
/ / /

Array Query Predicate Operators

Array operators return data based on array conditions.

Name
Description

$all

Matches arrays that contain all elements specified in the query.

Selects documents if at least one element in the array field matches all the specified $elemMatch conditions.

Selects documents if the array field contains the specified number of elements.

For examples on querying array fields, see:

Back

Query Predicates