Merge branch 'dev' into feature-ocrmypdf

This commit is contained in:
jonaswinkler
2020-11-30 23:53:19 +01:00
12 changed files with 182 additions and 345 deletions

View File

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

View File

@@ -176,20 +176,20 @@ further.
Matching documents with logical expressions:
.. code:: none
.. code::
shopname AND (product1 OR product2)
Matching specific tags, correspondents or types:
.. code:: none
.. code::
type:invoice tag:unpaid
correspondent:university certificate
Matching dates:
.. code:: none
.. code::
created:[2005 to 2009]
added:yesterday
@@ -197,7 +197,7 @@ Matching dates:
Matching inexact words:
.. code:: none
.. code::
produ*name