mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-26 12:43:19 +00:00
The docstring said a shorter prefix "only widens recall". That holds for a stem that truncates, not for one that substitutes: English y -> i moves the pattern sideways, so "copy*" gains "copies" and loses "copyright". Stating it as a general invariant is what hid that class in the first place. Length stays the rule; only its justification is corrected. No behavior change -- no executable line is touched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>