[Koha-bugs] [Bug 20689] Make it possible to add capital letter subfields to item search fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 24 12:05:29 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689

--- Comment #40 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to Nick Clemens from comment #39)
> We need to figure a method to make the query case sensitive

Looks like we can set COLLATE like :
select city_name from cities where city_name='Paris' COLLATE utf8mb4_bin;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list