@arsedizioni/ars-utils 21.1.44 → 21.1.45

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.
@@ -1279,7 +1279,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1279
1279
  score: ClipperSearchUtils.getRankFromChar(a.chunkRank),
1280
1280
  veryRelevant: a.chunkRank.toUpperCase() === 'A',
1281
1281
  title: a.text,
1282
- uri: "__SEARCH_HIT_" + a.index
1282
+ uri: "__SEARCH_" + a.index
1283
1283
  });
1284
1284
  });
1285
1285
  this.relevants.items = items;