@eagleoutice/flowr - v2.15.8
Preparing search index...
src/search/flowr-search-builder
getFlowrSearch
Function getFlowrSearch
getFlowrSearch
<
Search
extends
FlowrSearchLike
<
ParentInformation
,
"all"
|
"get"
|
"criterion"
|
"from"
|
"from-query"
|
"syntax"
,
(
|
"map"
|
"filter"
|
"with"
|
"index"
|
"first"
|
"last"
|
"tail"
|
"take"
|
"skip"
|
"merge"
|
"unique"
|
"select"
)
[]
,
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
ParentInformation
>
[]
,
>
,
>
,
>
(
search
:
Search
,
optimizeIfBuild
?:
boolean
,
)
:
SearchOutput
<
Search
>
Freezes any accepted
FlowrSearchLike
into a
FlowrSearch
.
Type Parameters
Search
extends
FlowrSearchLike
<
ParentInformation
,
"all"
|
"get"
|
"criterion"
|
"from"
|
"from-query"
|
"syntax"
,
(
|
"map"
|
"filter"
|
"with"
|
"index"
|
"first"
|
"last"
|
"tail"
|
"take"
|
"skip"
|
"merge"
|
"unique"
|
"select"
)
[]
,
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
ParentInformation
>
[]
,
>
,
>
Parameters
search
:
Search
optimizeIfBuild
:
boolean
= true
Returns
SearchOutput
<
Search
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Freezes any accepted FlowrSearchLike into a FlowrSearch.