Filter documents which *not* belong to a set of tags. #401
Replies: 2 comments 3 replies
-
Hello, and thank you for your feedback! Please have a quick look at how label filtering works on issue lists on GitHub: It's possible to both filter for issues that have a certain label and for issues that do not have a certain label by alt-clicking labels. Would something like this fit your needs? (Actually, the fitlering interface in paperless is heavily inspired by how it works on the issue list). Internally, search results work very different from how filtering works on the document list, and I cannot provide saved views for that. |
Beta Was this translation helpful? Give feedback.
-
#399 has this (if it gets merged TBD) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First, this is a great project, I started to use it some days ago and imported lots of documents so far. It works great and reliable.
One thing, that I would like to do, is filter documents for tags, which they do not have.
To clarify, the use case is as follows: I have certain tags in different categories (identified by colors, which is a nice feature by the way). For example I have green tags, to identify the person a document belongs to, for example "me", "my wife", etc. Another category of tags (gray) is the source of the document, for example "email", "by post" or something like this and there are more "categories". Now I would like to show all documents which are not tagged with a person yet (green category) to probably add one. For that I would like to list all documents which are not tagged with "me" or "my wife". I cannot use the "none" filter, because almost all of the documents are tagged with something from a different category like "email".
There are two derived workflows:
I hope it is clear what I mean, please let me know otherwise ;-)
I figured out that I can use a search term like
NOT tag:"me" AND NOT tag:"my wife"
, but as far as I can see, I cant add search queries as a saved view.Is it possible to filter documents like this or to add any (complex) search query to the saved views?
Any hint is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions