@nosto/nosto-js
Preparing search index...
client
InputSearchCategories
Type Alias InputSearchCategories
type
InputSearchCategories
=
{
boost
?:
InputSearchBoost
[]
;
emptyQueryMatchesAll
?:
boolean
;
filter
?:
InputSearchTopLevelFilter
[]
;
from
?:
number
;
highlight
?:
InputSearchHighlight
;
size
?:
number
;
sort
?:
InputSearchSort
[]
;
}
Index
Properties
boost?
empty
Query
Matches
All?
filter?
from?
highlight?
size?
sort?
Properties
Optional
boost
boost
?:
InputSearchBoost
[]
Optional
empty
Query
Matches
All
emptyQueryMatchesAll
?:
boolean
Optional
filter
filter
?:
InputSearchTopLevelFilter
[]
Optional
from
from
?:
number
Optional
highlight
highlight
?:
InputSearchHighlight
Optional
size
size
?:
number
Optional
sort
sort
?:
InputSearchSort
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
boost
empty
Query
Matches
All
filter
from
highlight
size
sort
@nosto/nosto-js
Loading...