diff --git a/docs/changelog.rst b/docs/changelog.rst index 68198ec49..580dd7830 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `. * Front end: