searching for types and dates, error catching, documentation and changelog.

This commit is contained in:
jonaswinkler
2020-11-30 16:13:35 +01:00
parent 1ef12d2cbc
commit b03d4c7646
6 changed files with 112 additions and 29 deletions

View File

@@ -10,12 +10,14 @@ paperless-ng 0.9.4
* Searching:
* Paperless now supports searching by tags. In order to have this applied to your
* Paperless now supports searching by tags, types and dates. 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
that adds tags to your search index. You only need to do this once, so that paperless can find
your documents by tags,types and dates. Paperless keeps your index updated after that whenever
something changes.
* Paperless now has spelling corrections ("Did you mean") for misstyped queries.
* The documentation contains :ref:`information about the query syntax <basic-searching>`.
* Front end: