Hello,
In a form app suppose a text field with case setting upper case. Fields and tables collation in db is utf8_bin and also in connection .
if you type something in quick search area in lower case, it doesn’t find but well in upper case only
if you change collation of this field to utf8_unicode_ci, quick search works typing in lower and upper case ???
I need my field stay in utf8_bin and quick search field don’t have case sensitive setup
Thank you for fixing this
Nac