@arsedizioni/ars-utils 21.0.25 → 21.0.26

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.
@@ -2345,7 +2345,7 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2345
2345
  return;
2346
2346
  ClipperDocumentsUtils.openDocument(this.dialogService.baseService, this.clipperService, documentId, query ?? this.filterParams.expandTextQueryUsingAI
2347
2347
  ? (this.filterParams.augmentedText ?? this.filterParams.text)
2348
- : this.filterParams.text, this.selectionMode(), null, this.themeService.getTheme(), this.canUseArchive());
2348
+ : this.filterParams.text, this.selectionMode(), null, this.themeService.getTheme(), this.canUseArchive(), this.canHandleTooManyResults());
2349
2349
  }
2350
2350
  ///
2351
2351
  // Restorable