QueryOptions interface
The search query of advanced search request.
Properties
| continuation |
The token used to get next batch of data. Default 'Null' to get the first batch, and will return new token in each response unless there's no more data. |
| facets | The facets for search. See examples for the usage of supported facets. |
| filter | The filter for the search. See examples for the usage of supported filters. |
| keywords | The keywords applied to all searchable fields. |
| limit | The limit of the number of the search result. default value is 50; maximum value is 1000. |
| orderby | The sort order of search results, can specify multiple fields. |
| taxonomy |
The taxonomy setting for search. |
Property Details
continuationToken
The token used to get next batch of data. Default 'Null' to get the first batch, and will return new token in each response unless there's no more data.
continuationToken?: string
Property Value
string
facets
The facets for search. See examples for the usage of supported facets.
facets?: SearchFacetItem[]
Property Value
filter
The filter for the search. See examples for the usage of supported filters.
filter?: unknown
Property Value
unknown
keywords
The keywords applied to all searchable fields.
keywords?: string
Property Value
string
limit
The limit of the number of the search result. default value is 50; maximum value is 1000.
limit?: number
Property Value
number
orderby
The sort order of search results, can specify multiple fields.
orderby?: unknown[]
Property Value
unknown[]
taxonomySetting
The taxonomy setting for search.
taxonomySetting?: SearchTaxonomySetting