We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c614437 commit 624bdc7Copy full SHA for 624bdc7
packages/composables/src/composables/useFacet/index.ts
@@ -94,7 +94,7 @@ const factoryParams = {
94
currentPage: productParams.page,
95
};
96
97
- const { data } = await context.$magento.api.products(productSearchParams);
+ const { data } = await context.$magento.api.products(productSearchParams, params?.input.customQuery || {});
98
99
Logger.debug('[Result]:', { data });
100
0 commit comments