From b406a2430db791951230971a6217c692dec63394 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 13 Apr 2022 10:00:47 -0700 Subject: [PATCH] Updates the documentation for ignoring dates --- docs/configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index e1fff46ed..447bd1f46 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -712,8 +712,7 @@ 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 must specify dates in the same date ordering as PAPERLESS_DATE_ORDER is - set to or its default ordering. + The date is parsed using the order specified in PAPERLESS_DATE_ORDER Defaults to an empty string to not ignore any dates.