Search
Preparing search index...
The search index is not available
@leftshiftone/convey
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FlexSearchIndex
Class FlexSearchIndex
Hierarchy
FlexSearchIndex
Implements
IIndex
Index
Constructors
constructor
Properties
flex
Search
Methods
add
clear
search
Constructors
constructor
new
Flex
Search
Index
(
customConfig
?:
CreateOptions
)
:
FlexSearchIndex
Parameters
Default value
customConfig:
CreateOptions
= {}
Returns
FlexSearchIndex
Properties
flex
Search
flex
Search
:
Index
<
IDocument
>
Methods
add
add
(
element
:
string
)
:
void
Parameters
element:
string
Returns
void
clear
clear
(
)
:
void
Returns
void
search
search
(
query
:
string
, limit
?:
number
)
:
Promise
<
string
[]
>
Parameters
query:
string
Default value
limit:
number
= 10
Returns
Promise
<
string
[]
>
Globals
Flex
Search
Index
constructor
flex
Search
add
clear
search
Generated using
TypeDoc