@arsedizioni/ars-utils 18.2.284 → 18.2.285

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.
@@ -1745,10 +1745,10 @@ class ClipperSearchUtils {
1745
1745
  || params.sourceYear !== null
1746
1746
  || params.tags?.length > 0
1747
1747
  || params.text !== null
1748
- || params.titleOnly !== null
1748
+ || params.titleOnly !== true
1749
1749
  || params.type !== null
1750
- || params.showUnreadDocumentsOnly !== null
1751
- || params.showCommentedDocumentsOnly !== null
1750
+ || params.showUnreadDocumentsOnly !== true
1751
+ || params.showCommentedDocumentsOnly !== true
1752
1752
  || params.changeReason !== null
1753
1753
  || params.changedNumber !== null
1754
1754
  || params.changedYear !== null