织梦DedeCMS5.7网站搜索大小写的问题:
测试版本为织梦V5.7版本,编码为GBK,在使用其搜索模块时,出现了关键字不认大写字母的情况,如下图所示,例如关键字为"Abc"
追踪其源码在"/include/helpers/filter.helper.php"中第133行找到其函数"FilterSearch"
if ( ! function_exists('FilterSearch'))
{
function FilterSearch($keyword)
{
global $cfg_soft_lang;
if($cfg_soft_lang=='utf-8')
{