daffSearchProductCollectionSearchReducer
The reducer for handling apply product filters actions in the main search state.
import { daffSearchProductCollectionSearchReducer } from '@daffodil/search-product/state'
function daffSearchProductCollectionSearchReducer(
state: DaffSearchReducerState<DaffSearchResult> = daffSearchInitialState
action: DaffSearchProductCollectionActions
): DaffSearchReducerState