@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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.12.12](https://github.com/vtex/faststore/compare/v1.12.11...v1.12.12) (2022-10-10)
7
+
8
+ **Note:** Version bump only for package @faststore/api
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.12.8](https://github.com/vtex/faststore/compare/v1.12.7...v1.12.8) (2022-09-29)
7
15
 
8
16
  **Note:** Version bump only for package @faststore/api
@@ -1936,7 +1936,8 @@ const StoreSearchResult = {
1936
1936
  text: searchArgs.query,
1937
1937
  misspelled: (_products$correction$ = (_products$correction = products.correction) == null ? void 0 : _products$correction.misspelled) != null ? _products$correction$ : false,
1938
1938
  match: products.recordsFiltered,
1939
- operator: products.operator
1939
+ operator: products.operator,
1940
+ locale: ctx.storage.locale
1940
1941
  }).catch(console.error);
1941
1942
  }
1942
1943