Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Filter for multiple keywords possible? #783

Discussion options

You must be logged in to vote

The title and content filters do not have any intelligent logic behind them. They simply return documents where the filter strings appears in the title, or content, case insensitive.

The full text search on the top has much more intelligent searching logic, including boolean expresssions, see https://paperless-ng.readthedocs.io/en/latest/usage_overview.html#searching. If multiple words are entered there, it searches for documents containing all of them by default.

I'm working on better integrating the search results in the main application, so that you'll eventually be able to also use filtering and bulk editing on its results as well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@henningBunk
Comment options

Answer selected by henningBunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants