mingo
Preparing search index...
operators/query/logical/nor
$nor
Function $nor
$nor
(
_
:
string
,
rhs
:
AnyObject
[]
,
options
:
Options
)
:
(
obj
:
AnyObject
)
=>
boolean
Joins query clauses with a logical NOR returns all documents that fail to match both clauses.
Parameters
_
:
string
rhs
:
AnyObject
[]
options
:
Options
Returns
(
obj
:
AnyObject
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...
Joins query clauses with a logical NOR returns all documents that fail to match both clauses.