Hi, when performing an advanced search on a grid, I get an ‘Illegal mix of collations’ error. However, it only occurs when searching a specific varchar field, as searching a date field does not generate any errors. The reason may be that the varchar field has a collation of utf8mb4_spanish_ci while the table has a collation of utf8mb4_general_ci.
Is there any way to fix it?