@arsedizioni/ars-utils 21.1.53 → 21.1.55

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