Docs HomeMongoDB 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.

NameDescription
$existsMatches documents that have the specified field.
$typeSelects documents if a field is of the specified type.