FieldActions (Search Engine) (Deprecated)
FieldActions (Search Engine) (Deprecated)
In this article
|
Headless v1 has been deprecated. We recommend using the latest version of the Coveo Headless library. |
The field action creators.
See Dispatch Actions.
FieldActionCreators
disableFetchAllFields
Disable fetch all fields from the index.
Returns PayloadAction
: A dispatchable action.
enableFetchAllFields
Enable fetch all fields from the index.
This should not be used in any production environment, as it can have a negative impact on query execution time.
Should be used for debugging purposes.
Returns PayloadAction
: A dispatchable action.
Was this article useful?
Thanks for your feedback!