打开phpcms/modules/content\classes\search_api.class.php
找到 $temp['fulltextcontent'] = str_replace("'",'',$fulltextcontent); 大约60行的位置
修改为
//$temp['fulltextcontent'] = str_replace("'",'',$fulltextcontent);
//关闭内容分词的搜索索引 20151027
$temp['fulltextcontent'] = addslashes($r['title']);
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
