Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-customizer
SearchDefinition
Type Alias SearchDefinition<S, N>
SearchDefinition
:
(
value
:
string
,
extended
:
boolean
,
context
:
CollectionSearchContext
<
S
,
N
>
,
)
=>
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Type Parameters
S
extends
TSchema
=
TSchema
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
Type Declaration
(
value
:
string
,
extended
:
boolean
,
context
:
CollectionSearchContext
<
S
,
N
>
,
)
:
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Parameters
value
:
string
extended
:
boolean
context
:
CollectionSearchContext
<
S
,
N
>
Returns
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Forest Admin - API reference
Loading...