Try it Out
Drivers
Downloads
Community
Blog
OPTIONS
Version
Select Version
2.6 (current)
2.4
2.2
Formats
HTML
PDF
EPUB
Contribute
Report a Problem
Edit on Github
Reference
>
Operators
>
Aggregation Framework Operators
>
Boolean Aggregation Operators
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.
$and (aggregation)
$or (aggregation)
$not (aggregation)
←
$sum (aggregation)
$and (aggregation)
→
ON THIS PAGE
Boolean Aggregation Operators
Report a Problem