'$nor' operator expression. Logical 'negating or' expression. Semantically the same as a $not : { $or : [...] } combination.

{ $nor: [{a: {$eq: 1}}, {a: {$eq:2}}]}

Hierarchy

  • NOrExpression

Properties

Properties

$nor: readonly ComplexQueryExpression[]

Expression containing other expressions to be combined with 'negating or'.

Generated using TypeDoc