@zengenti/contensis-react-base 3.0.0-beta.44 → 3.0.0-beta.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/search.js CHANGED
@@ -1697,7 +1697,7 @@ function* doSearch(action) {
1697
1697
  facet: action.facet || ((_action$params = action.params) === null || _action$params === void 0 ? void 0 : _action$params.facet)
1698
1698
  };
1699
1699
 
1700
- if (nextAction.facet && Object.keys(getFacet(state, nextAction.facet, action.context, 'js')).length > 0) {
1700
+ if (nextAction.facet && (action.config || Object.keys(getFacet(state, nextAction.facet, action.context, 'js')).length > 0)) {
1701
1701
  yield effects.put(nextAction); // keep track of this state ref for comparing changes to params later
1702
1702
 
1703
1703
  const ogState = {