DaffSearchFacadeInterface
Exposes the search state selectors.
Properties
| Name | Type | Description |
|---|---|---|
| loading$ | Observable<boolean> | Whether there is a pending search operation. |
| errors$ | Observable<DaffStateError[]> |
A list of search errors, if any. |
| recent$ | Observable<string[]> | The recent search queries. |
| searchResultIds$ | Observable<Record<T['kind'], T['id'][]>> | The result IDs of the most recent search. |
| resultCount$ | Observable<number> | The number of results in the most recent search. |