From 431edb0e67ef25d27516434063295e8e3409ff70 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 13 Apr 2022 08:18:08 -0700 Subject: [PATCH] Updates the documentation for ignore dates --- docs/configuration.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 92cba8d72..e1fff46ed 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -650,7 +650,6 @@ PAPERLESS_CONSUMER_BARCODE_STRING=PATCHT Defaults to "PATCHT" - PAPERLESS_CONVERT_MEMORY_LIMIT= On smaller systems, or even in the case of Very Large Documents, the consumer may explode, complaining about how it's "unable to extend pixel cache". In @@ -713,10 +712,8 @@ PAPERLESS_IGNORE_DATES= this process. This is useful for special dates (like date of birth) that appear in documents regularly but are very unlikely to be the documents creation date. - You may specify dates in a multitude of formats supported by dateparser (see - https://dateparser.readthedocs.io/en/latest/#popular-formats) but as the dates - need to be comma separated, the options are limited. - Example: "2020-12-02,22.04.1999" + You must specify dates in the same date ordering as PAPERLESS_DATE_ORDER is + set to or its default ordering. Defaults to an empty string to not ignore any dates.