@arsedizioni/ars-utils 21.1.2 → 21.1.3

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.
@@ -2129,7 +2129,7 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2129
2129
  title: a.title,
2130
2130
  documentId: a.documentId,
2131
2131
  uri: a.uri,
2132
- veryRelevant: score > 0.3
2132
+ veryRelevant: score > 0.7
2133
2133
  });
2134
2134
  });
2135
2135
  n.anchors = anchors;