@arsedizioni/ars-utils 21.0.47 → 21.0.51

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.
@@ -1616,7 +1616,7 @@ var ClipperQueryDocumentFlags;
1616
1616
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["AbrogatedOnly"] = 2] = "AbrogatedOnly";
1617
1617
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["NotAbrogatedOnly"] = 4] = "NotAbrogatedOnly";
1618
1618
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["CommentedOnly"] = 8] = "CommentedOnly";
1619
- ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["UseSemanticSearch"] = 32] = "UseSemanticSearch";
1619
+ ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["UseKeywordSearch"] = 32] = "UseKeywordSearch";
1620
1620
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["NotRead"] = 64] = "NotRead";
1621
1621
  })(ClipperQueryDocumentFlags || (ClipperQueryDocumentFlags = {}));
1622
1622
  class ClipperSearchParams {