Changeset - 0dbf225439ed
default
0
1
0
admin: apply LOWER() on journal filtering term for suffix/infix matching
Before this revision, LOWER() (via func.lower() of sqlalchemy) isn't
applied on journal filtering term for suffix and infix matching, even
though it is applied for prefix or immediate value matching.
This causes unexpected result with DBMS, which compares strings case-
sensitively by default.
This revision applies LOWER() on journal filtering term for
suffix/infix matching, to filter journal case-insensitively.
Before this revision, LOWER() (via func.lower() of sqlalchemy) isn't
applied on journal filtering term for suffix and infix matching, even
though it is applied for prefix or immediate value matching.
This causes unexpected result with DBMS, which compares strings case-
sensitively by default.
This revision applies LOWER() on journal filtering term for
suffix/infix matching, to filter journal case-insensitively.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)