searching for tags, spelling corrections fixes #74

This commit is contained in:
jonaswinkler
2020-11-30 15:13:53 +01:00
parent 3f456d4234
commit 8bebca466b
8 changed files with 70 additions and 17 deletions

View File

@@ -274,6 +274,7 @@ management command:
This command takes no arguments.
.. _`administration-index`:
Managing the document search index
==================================

View File

@@ -8,6 +8,15 @@ Changelog
paperless-ng 0.9.4
##################
* Searching:
* Paperless now supports searching by tags. In order to have this applied to your
existing documents, you need to perform a ``document_index reindex`` management command
(see :ref:`administration-index`)
that adds tags to your search index. Paperless keeps your index updated after that whenever
something changes.
* Paperless now has spelling corrections ("Did you mean") for misstyped queries.
* Front end:
* Clickable tags, correspondents and types allow quick filtering for related documents.