FieldActions (Search Engine)
FieldActions (Search Engine)
In this article
|
Note
This component was introduced in version |
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!