Navigation
This version of the documentation is archived and no longer supported.

Evaluation Query Operators

Name Description
$mod Performs a modulo operation on the value of a field and selects documents with a specified result.
$regex Selects documents where values match a specified regular expression.
$where Matches documents that satisfy a JavaScript expression.
←   $type $mod  →