Logical Operators
$and -- true when all the conditions are true, else false.
$or -- true when at-least one condition is true, else false.
$not -- negation true/false
$nor -- true when all conditions are false, false otherwise.
Last updated
$and -- true when all the conditions are true, else false.
$or -- true when at-least one condition is true, else false.
$not -- negation true/false
$nor -- true when all conditions are false, false otherwise.
Last updated