QueryActions (Deprecated)
QueryActions (Deprecated)
In this article
|
Headless v1 has been deprecated. We recommend using the latest version of the Coveo Headless library. |
The query action creators.
See Dispatch Actions.
QueryActionCreators
updateQuery
Updates the basic query expression.
Parameters
-
payload:
UpdateQueryActionCreatorPayload
The action creator payload.
Returns PayloadAction<UpdateQueryActionCreatorPayload>
: A dispatchable action.
Related types
UpdateQueryActionCreatorPayload
Properties
-
enableQuerySyntax?:
boolean
Whether to interpret advanced Coveo Cloud query syntax in the query.
-
q?:
string
The basic query expression (for example,
acme tornado seeds
).
Was this article useful?
Thanks for your feedback!