@getlupa/client 0.8.0-alpha-1 → 0.8.0-alpha-2

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.
@@ -22241,7 +22241,7 @@ let ParamsModule = class ParamsModule extends VuexModule {
22241
22241
  goToResults({ searchText, facet, }) {
22242
22242
  var _a;
22243
22243
  if (!this.searchResultsLink ||
22244
- this.searchResultsLink === window.location.pathname) {
22244
+ linksMatch(this.searchResultsLink, window.location.pathname)) {
22245
22245
  const facetParam = facet ? [getFacetParam(facet.key, [facet.title])] : [];
22246
22246
  this.context.dispatch("appendParams", {
22247
22247
  params: [
@@ -22237,7 +22237,7 @@ let ParamsModule = class ParamsModule extends VuexModule {
22237
22237
  goToResults({ searchText, facet, }) {
22238
22238
  var _a;
22239
22239
  if (!this.searchResultsLink ||
22240
- this.searchResultsLink === window.location.pathname) {
22240
+ linksMatch(this.searchResultsLink, window.location.pathname)) {
22241
22241
  const facetParam = facet ? [getFacetParam(facet.key, [facet.title])] : [];
22242
22242
  this.context.dispatch("appendParams", {
22243
22243
  params: [