Quote:
Originally Posted by Uncle Robin
I can't see a way to filter those searches by "unread", "Date added" etc?
|
Yup. Because neither of those are a Series or a Tag ^^. Those come from other columns, either standard (date added) or custom (reading status).
They're *technically* in the on-device metadata dump, so they could be handled, but I don't personally see much use for the Date Added one (I don't *think* it matches the on-device file's ctime, for instance, and *that*, on the other hand, is a bit of data that might be interesting). The read status might be useful, but is trickier to handle: it's a custom column, so it'd need user input to set it properly (name & format), and it's not nearly as useful on its own, which means it'd only be useful for compound searches (i.e., search filters), which aren't currently supported

.
EDIT: Some of those "date" columns could be useful as a *sort* method, though. But, again, not implemented yet ^^.
EDITē: (Thinking out loud). In the interim, what might be easier to implement (both UI & code-wise) would be graying out read items from search results.