mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-26 12:43:19 +00:00
The warning said relative offsets such as "-1 week" "in practice mean no documents at all", unqualified, one bullet after the range-bound rule offered added:['-1 week' to now] as the example of quoting a bound. Both sentences were true in their own scope, but read together they talk a user out of a query that works: the bare value is a zero-width instant, the same offset as a bound is a real seven-day window (verified: lo=2026-06-08T12:00, hi=2026-06-15T12:00 from a frozen 2026-06-15T12:00). Also widens the last sentence to say now-3days and "3 days ago" are rejected wherever they appear, having checked they are rejected as range bounds too, single- or double-quoted, not only as bare values. Restores the 'added:"-1 week"' case to the standalone-forms list, which the docs name by that exact spelling, and pins the bound reading beside it so neither half of the warning is an unpinned claim. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>