AdvancedSearchQueryActions (Search Engine) (Deprecated)
AdvancedSearchQueryActions (Search Engine) (Deprecated)
This is for:
DeveloperIn this article
Headless v1 has been deprecated. We recommend using the latest version of the Coveo Headless library. |
The advanced search query action creators.
See Dispatch Actions.
AdvancedSearchQueryActionCreators
registerAdvancedSearchQueries
Registers the initial state of the advanced search queries.
Parameters
-
payload:
AdvancedSearchQueryActionCreatorPayload
The initial state of the advanced search queries.
Returns PayloadAction<AdvancedSearchQueryActionCreatorPayload>
: A dispatchable action.
updateAdvancedSearchQueries
Update the values of the advanced search queries.
Parameters
-
payload:
AdvancedSearchQueryActionCreatorPayload
The current state of the advanced search queries.
Returns PayloadAction<AdvancedSearchQueryActionCreatorPayload>
: A dispatchable action.
Was this article useful?
Thanks for your feedback!