@arsedizioni/ars-utils 21.0.18 → 21.0.19

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.
@@ -2715,6 +2715,9 @@ class ClipperReferencesComponent extends ClipperSearchResultManager {
2715
2715
  this.dialogService.busy('Ricerca in corso...');
2716
2716
  const searchParams = this.prepareFetch(newSearch);
2717
2717
  if (searchParams) {
2718
+ console.log(searchParams.first);
2719
+ var a = this.toReferencesSearchParams(searchParams);
2720
+ console.log(a.first);
2718
2721
  this.clipperService.references(this.toReferencesSearchParams(searchParams))
2719
2722
  .pipe(finalize$1(() => this.dialogService.clearBusy()))
2720
2723
  .subscribe(r => {