@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.
- package/dist/lupaSearch.js +1 -1
- package/dist/lupaSearch.mjs +1 -1
- package/package.json +1 -1
package/dist/lupaSearch.js
CHANGED
|
@@ -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
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -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
|