mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-19 09:13:24 +00:00
Add a sentence to the "Supported date keywords" advanced-search section noting that multi-word date keywords must be quoted (e.g. added:"previous month") -- whoosh-compat requires quoting where the unquoted form used to work. Also document that the old undocumented *_id field aliases (tag_id, owner_id, viewer_id, correspondent_id, document_type_id, storage_path_id, type_id, path_id) are no longer recognized: a query using one now silently folds to a literal-text search instead of matching the intended structured field.