Learn the "why" behind slow queries and how to fix them in our 2-Part Webinar.
Register now >
Docs Menu
Docs Home
/ /

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