Search
Preparing search index...
The search index is not available
@quenk/search-filters-mongodb
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"term"
Match
Class Match
Match
Hierarchy
BaseTerm
Match
MatchCI
Implements
Term
Index
Constructors
constructor
Properties
field
operator
type
value
Methods
compile
fold
create
Constructors
constructor
new
Match
(
field
:
string
, operator
:
string
, value
:
Value
)
:
Match
Parameters
field:
string
operator:
string
value:
Value
Returns
Match
Properties
field
field
:
string
operator
operator
:
string
type
type
:
string
= TYPE_MATCH
value
value
:
Value
Methods
compile
compile
(
)
:
Except
<
Object
>
Returns
Except
<
Object
>
fold
fold<A>
(
prev
:
A
, f
:
FoldFunc
<
Object
,
A
>
)
:
A
Type parameters
A
Parameters
prev:
A
f:
FoldFunc
<
Object
,
A
>
Returns
A
Static
create
create
(
field
:
FieldName
, operator
:
Operator
, value
:
Value
)
:
Term
Parameters
field:
FieldName
operator:
Operator
value:
Value
Returns
Term
Globals
"index"
"term"
And
Base
Term
Date
Filter
Empty
Filter
Match
constructor
field
operator
type
value
compile
fold
create
MatchCI
Or
Term
TYPE_
AND
TYPE_
FILTER
TYPE_
MATCH
TYPE_
MATCH_
CI
TYPE_
OR
native
Ops
required
Terms
Generated using
TypeDoc
Match