@inheritdoc
Serves as the base for a search facade. Extend this class and pass in the selectors for the specific state you wish to target.
Name | Type | Description |
---|---|---|
loading$ | Observable<boolean> | Whether there is a pending search operation. |
errors$ | Observable<DaffStateError []> |
A list of search errors, if any. |
searchResultIds$ | Observable<Record<T['kind'], T['id'][]>> | The result IDs of the most recent search. |
recent$ | Observable<string[]> | The recent search queries. |
resultCount$ | Observable<number> | The number of results in the most recent search. |
dispatch |