Selectors for product results on a search page.
| Name | Type | Description | 
|---|---|---|
| selectProductResultIds | MemoizedSelector<DaffSearchProductStateRootSlice, DaffSearchProductResult['id'][]> | 
		Select the product search result IDs from the main search state. | 
| selectProductResults | MemoizedSelector<DaffSearchProductStateRootSlice, DaffProduct[]> | 
		Select the product search results from the main product state. |