Docs Menu
Docs Home
/
MongoDB Manual
/ / /

Miscellaneous Query Predicate Operators

The following operators perform specialized functions in query predicates.

Name
Description

$expr

Allows use of expressions in query predicates.

Validates documents against the given JSON Schema.

Matches documents based on the result of a modulo operation on a field value.

Matches documents where values match a specified regular expression.

Matches documents that satisfy a JavaScript expression.

Back

$or