Merge pull request #1446 from paperless-ngx/feature-storage-path-rematch

Feature: Adds storage paths to re-tagger command
This commit is contained in:
shamoon 2022-08-21 20:07:06 -07:00 committed by GitHub
commit c151db6e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 90 additions and 10 deletions

View file

@ -310,6 +310,7 @@ there are tools for it.
-c, --correspondent
-T, --tags
-t, --document_type
-s, --storage_path
-i, --inbox-only
--use-first
-f, --overwrite
@ -318,7 +319,7 @@ Run this after changing or adding matching rules. It'll loop over all
of the documents in your database and attempt to match documents
according to the new rules.
Specify any combination of ``-c``, ``-T`` and ``-t`` to have the
Specify any combination of ``-c``, ``-T``, ``-t`` and ``-s`` to have the
retagger perform matching of the specified metadata type. If you don't
specify any of these options, the document retagger won't do anything.