@arsedizioni/ars-utils 21.1.4 → 21.1.6

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.
@@ -1626,7 +1626,6 @@ class ClipperSearchParams {
1626
1626
  this.showUnreadDocumentsOnly = false;
1627
1627
  this.showCommentedDocumentsOnly = false;
1628
1628
  this.showNotAbrogatedDocumentsOnly = false;
1629
- this.expandTextQueryUsingAI = false;
1630
1629
  this.channels = [...ClipperChannels];
1631
1630
  this.count = 15;
1632
1631
  this.excludeTextReferences = false;
@@ -2042,7 +2041,6 @@ class ClipperSearchUtils {
2042
2041
  params.showUnreadDocumentsOnly = false;
2043
2042
  params.showCommentedDocumentsOnly = false;
2044
2043
  params.showNotAbrogatedDocumentsOnly = false;
2045
- params.expandTextQueryUsingAI = false;
2046
2044
  if (!params.channels || params.channels.length === 0) {
2047
2045
  params.channels = [...ClipperChannels];
2048
2046
  }