我尝试在 Mysql 查询中使用 UPPER/ LOWER func, 但仍然没有帮助... 甚至试图用 mb_strtoupper/ lower 来使用它... 我的数据库中所有字段和表格都是 utf8_ general_ci
当我用俄语输入“关键字”时,它没有找到任何东西,因为在数据库中,它就像“关键字”,当我输入“关键字”时,它显示了结果
Here is my query command:
SELECT * FROM catalog_product
WHERE name
LIKE % .$id. % OR brand
LIKE % .$id. % OR manufacturer
LIKE % .$id. % OR model
LIKE % .$id. %