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

Boolean Aggregation Operators

Name Description
$and Returns true only when all values in its input array are true.
$or Returns true when any value in its input array are true.
$not Returns the boolean value that is the opposite of the input value.