For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

Miscellaneous Query Predicate Operators

The following operators perform specialized functions in query predicates.

Name
Description

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.