We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b05e9b commit bd13126Copy full SHA for bd13126
vtex/loaders/intelligentSearch/productListingPage.ts
@@ -314,7 +314,7 @@ const loader = async (
314
selectedFacets: baseSelectedFacets,
315
page,
316
...args
317
- } = searchArgsOf(props, url);
+ } = searchArgsOf(props, url, ctx);
318
319
const aditionalFieldsInQuery: {
320
[key in keyof typeof AdditionalParameters | string]?:
0 commit comments