@getlupa/vue 0.20.3 → 0.20.4

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.
@@ -12963,7 +12963,7 @@ const useParamsStore = /* @__PURE__ */ defineStore("params", () => {
12963
12963
  const routing = (_b25 = optionsStore.boxRoutingBehavior) != null ? _b25 : "direct-link";
12964
12964
  redirectToResultsPage(
12965
12965
  searchResultsLink.value,
12966
- searchText,
12966
+ encodeParam(searchText),
12967
12967
  optionsStore.getQueryParamName,
12968
12968
  facet,
12969
12969
  routing
@@ -12961,7 +12961,7 @@ const useParamsStore = /* @__PURE__ */ defineStore("params", () => {
12961
12961
  const routing = (_b25 = optionsStore.boxRoutingBehavior) != null ? _b25 : "direct-link";
12962
12962
  redirectToResultsPage(
12963
12963
  searchResultsLink.value,
12964
- searchText,
12964
+ encodeParam(searchText),
12965
12965
  optionsStore.getQueryParamName,
12966
12966
  facet,
12967
12967
  routing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "main": "dist/lupaSearch.mjs",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",