@faststore/api 1.12.8 → 1.12.12
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/CHANGELOG.md +8 -0
- package/dist/api.cjs.development.js +2 -1
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +2 -1
- package/dist/api.esm.js.map +1 -1
- package/dist/platforms/vtex/clients/sp/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/platforms/vtex/clients/sp/index.ts +3 -4
- package/src/platforms/vtex/resolvers/searchResult.ts +1 -0
package/dist/api.esm.js
CHANGED
|
@@ -1932,7 +1932,8 @@ const StoreSearchResult = {
|
|
|
1932
1932
|
text: searchArgs.query,
|
|
1933
1933
|
misspelled: (_products$correction$ = (_products$correction = products.correction) == null ? void 0 : _products$correction.misspelled) != null ? _products$correction$ : false,
|
|
1934
1934
|
match: products.recordsFiltered,
|
|
1935
|
-
operator: products.operator
|
|
1935
|
+
operator: products.operator,
|
|
1936
|
+
locale: ctx.storage.locale
|
|
1936
1937
|
}).catch(console.error);
|
|
1937
1938
|
}
|
|
1938
1939
|
|