修改文件:search_forum.php
修改方法:
step1: 将 $sqlsrch = $srchtype == 'fulltext' ? 行后修改成
step2: 将 if($srchtxt) { 的下一行修改成
- $srcharr = $srchtype == 'fulltext' ? searchkey($keyword, "(p.message LIKE '%{text}%' OR p.subject LIKE '%{text}%' OR o.value LIKE '%{text}%')", true) : searchkey($keyword,"t.subject LIKE '%{text}%' OR o.value LIKE '%{text}%'", true);
复制代码
Discuz x3.2测试通过。 |