Manages DaffSearchReducerState
.
Name | Type | Description |
---|---|---|
search | DaffSearchReducerState <T> |
Begins the search operation flow. Sets loading to true and stores the query in the list of recent searches. Resets the collection of results. |
storeResults | DaffSearchReducerState <T> |
Stores the results of a completed search. Also sets loading to false and resets errors. |
storeError | DaffSearchReducerState <T> |
Stores the from a failed search. Also sets loading to false. |