Elaborate on retagger for open documents

If the retagger changes tags, correspondents or doc types
for documents which are currently being edited, the changes
will appear in the document overview as if they had been applied.

However, in the actual editing view, they are only displayed as
suggestions, as long as the document is not saved again.
This commit is contained in:
Jochen Bauer 2023-12-18 14:05:12 +01:00 committed by GitHub
parent 1197a048bc
commit 90aeab599f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,6 +405,14 @@ assigned. `-f` works differently for tags: By default, only additional
tags get added to documents, no tags will be removed. With `-f`, tags
that don't match a document anymore get removed as well.
!!! note
The retagger does not immediately assign or remove tags, correspondents
and document types in documents which are currently opened for editing.
If a document which is currently being edited gets examined by the
retagger, the changes will instead get reflected as suggestions below
the edit fields.
### Managing the Automatic matching algorithm
The _Auto_ matching algorithm requires a trained neural network to work.