I have successfully implemented Ignited-Datatables. However, while searching with database when typing "non-latin" characters like "?,?,?,.."
POST http://vproject.dev/module/user/ign_listing 500 (Internal Server Error)
Details are:
Illegal mix of collations for operation 'like' while searching
... (u.id_user LIKE '%?°%' OR u.first_name LIKE '%?°%' OR u.last_name LIKE '%?°%' OR ue.email LIKE '%?°%' OR u.last_login LIKE '%?°%' ) ...
%?°%
part changes according to the non-latin character you typed.
Any idea for solving this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…