jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.38k stars 356 forks source link

Match-Expressions are always stored as lower-case #397

Closed ignoreigor closed 3 years ago

ignoreigor commented 3 years ago

Hi,

first of all: great work! I am fascinated of the ease and beauty of your paperless-ng, though I am asking whether one needs more filters, more attributes, more whatever.

But, please correct me, if i am wrong, there is a problem with string-expressions to match. No matter if I say, it should match case-sensitive or not, the expression is always stored in lowercases. But if I want a case-sensitive match, I have to save uppercase letters in the expression.

Best regards.

Paperless-ng 0.9.14 via simple docker installation

jonaswinkler commented 3 years ago

But, please correct me, if i am wrong, there is a problem with string-expressions to match. No matter if I say, it should match case-sensitive or not, the expression is always stored in lowercases. But if I want a case-sensitive match, I have to save uppercase letters in the expression.

Good catch, will fix.

first of all: great work! I am fascinated of the ease and beauty of your paperless-ng, though I am asking whether one needs more filters, more attributes, more whatever.

Thank you!