Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
Query and Projection Operators

Array Query Operators

Array operators return data based on array conditions.

Note

For details on a specific operator, including syntax and examples, click on the link to the operator's reference page.

Name
Description

$all

Matches arrays that contain all elements specified in the query.

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

Selects documents if the array field is a specified size.

For examples on querying array fields, see:

Back

$polygon