mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-27 13:13:18 +00:00
_map_emit_error's docstring pointed at the QueryParserError arm of views.py's generic handler, which was deleted; QueryParserError no longer appears in production code at all. _REGEX_TIMEOUT justified itself as ReDoS protection, but the two pre-parse rewrites it was written for are gone and its one remaining use is a character class that cannot backtrack. The timeout stays, its rationale is corrected. administration.md listed two triggers for --if-needed; the schema fingerprint is now a third. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>