@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/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