Docs Menu
Docs Home
/
MongoDB Manual
/ / /

Element Query Operators

Element operators return data based on field existence or data types.

Note

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

Name
Description

$exists

Matches documents that have the specified field.

Selects documents if a field is of the specified type.

Back

$or