Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
OrderSearchFullTextValue
Interface OrderSearchFullTextValue
interface
OrderSearchFullTextValue
{
boost
?:
number
;
customType
?:
string
;
field
:
string
;
language
?:
string
;
mustMatch
?:
string
;
value
:
string
;
}
Hierarchy (
view full
)
OrderSearchQueryExpressionValue
OrderSearchFullTextValue
Index
Properties
boost?
custom
Type?
field
language?
must
Match?
value
Properties
Optional
Readonly
boost
boost
?:
number
Optional
Readonly
custom
Type
custom
Type
?:
string
Readonly
field
field
:
string
Optional
Readonly
language
language
?:
string
Optional
Readonly
must
Match
must
Match
?:
string
Readonly
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
boost
custom
Type
field
language
must
Match
value
Typescript SDK Type Docs
Loading...