The highlighted filter should include items in the archive

This commit is contained in:
Jackson Harper
2023-01-27 10:40:00 +08:00
parent 327ffd25cd
commit b43fe1d8ed

View File

@ -84,7 +84,7 @@ public extension LinkedItemFilter {
format: "highlights.@count > 0"
)
return NSCompoundPredicate(andPredicateWithSubpredicates: [
hasHighlightsPredicate, notInArchivePredicate
hasHighlightsPredicate
])
}
}