Fixed MySQL exception when searching a user with EMOJI UTF8MB4

Jean-Baptiste

Well-known member
Affected version
2.0.1
Hello,

Please find an example :
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

When you use the admin quick search form, with as an example : "🇧🇪" as a search term, a MySQL error will occur.

Thanks
 
I can confirm this - it relates to us attempting to convert an input to utf8 which we do generally for case insensitive searching. Problem is, that needs to be switched to converting to utf8mb4 if fullUnicode is enabled.
 
Back
Top Bottom