@arsedizioni/ars-utils 21.1.70 → 21.1.71

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.
@@ -1103,6 +1103,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1103
1103
  this.busy.set(url.indexOf('documents/render/item') === -1);
1104
1104
  // Navigate
1105
1105
  this.url.set(url);
1106
+ console.log('Navigating to ' + url);
1106
1107
  });
1107
1108
  }
1108
1109
  }
@@ -2405,6 +2406,7 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2405
2406
  if ((this.filterParams.flags & ClipperQueryDocumentFlags.UseSemanticSearch) > 0) {
2406
2407
  query = '$' + query;
2407
2408
  }
2409
+ console.log('Opening document ' + documentId + ' with query: ' + query);
2408
2410
  ClipperDocumentsUtils.openDocument(this.injector, documentId, query, queryChunks, this.selectionMode(), null, this.themeService.getTheme(), this.canUseArchive(), this.canHandleTooManyResults());
2409
2411
  }
2410
2412
  ///