@esfaenza/core 15.2.42-beta4 → 15.2.42-beta5

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.
@@ -1735,7 +1735,7 @@ class BaseSearchComponent extends BaseComponent {
1735
1735
  }
1736
1736
  else {
1737
1737
  this.init(null);
1738
- this.location.replaceState(this.getRedirectUrl());
1738
+ this.location.replaceState(this.CompletePath);
1739
1739
  yield this.localStorage.removeItem(this.HotView).toPromise();
1740
1740
  }
1741
1741
  });