Internal
'$nor' operator expression. Logical 'negating or' expression. Semantically the same as a $not : { $or : [...] } combination.
$not : { $or : [...] }
{ $nor: [{a: {$eq: 1}}, {a: {$eq:2}}]} Copy
{ $nor: [{a: {$eq: 1}}, {a: {$eq:2}}]}
Readonly
Expression containing other expressions to be combined with 'negating or'.
Generated using TypeDoc
'$nor' operator expression. Logical 'negating or' expression. Semantically the same as a
$not : { $or : [...] }
combination.