@arsedizioni/ars-utils 18.2.187 → 18.2.189

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.
@@ -1340,8 +1340,8 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
1340
1340
  this.sortOptions = data.sort.options;
1341
1341
  if (this.facets && data.facets) {
1342
1342
  this.facets.restore(data.facets);
1343
- this.hasFacets.set(data.facets.hasFacets);
1344
1343
  }
1344
+ this.hasFacets.set(this.snapshot.facets?.hasFacets);
1345
1345
  if (this.paginator && data.paginator) {
1346
1346
  this.paginator.pageIndex = data.paginator.page;
1347
1347
  this.paginator.pageSize = data.paginator.size;