@arsedizioni/ars-utils 21.0.27 → 21.0.28

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.
@@ -2694,6 +2694,9 @@ class ClipperReferencesComponent extends ClipperSearchResultManager {
2694
2694
  if (this.snapshot.facets?.author || this.snapshot.facets?.changedAuthor) {
2695
2695
  newParams.author = this.snapshot.facets?.author;
2696
2696
  }
2697
+ if (this.snapshot.facets?.anchor || this.snapshot.facets?.changedAnchor) {
2698
+ newParams.anchor = this.snapshot.facets?.anchor;
2699
+ }
2697
2700
  return newParams;
2698
2701
  }
2699
2702
  /**