mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-19 17:23:21 +00:00
Move SearchQueryError and InvalidDateQuery from _translate.py to _query.py and add two new exception classes: InvalidNumberQuery and MultipleSearchQueryErrors. Update _translate.py to re-export the exceptions for backward compatibility until the translation module is removed. Update __init__.py to export all four exception classes from _query.py. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>