Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 搜索分类信息的字段的实现

[复制链接]
tomzzb2011 发表于 2014-7-19 16:45:58 | 显示全部楼层 |阅读模式
修改文件:search_forum.php
修改方法:
step1:   将 $sqlsrch = $srchtype == 'fulltext' ? 行后修改成
  1. "FROM pre_forum_typeoptionvar o, ".DB::table(getposttable($seltableid))." p, ".DB::table('forum_thread')." t WHERE $digestltd t.fid IN ($fids) $topltd AND p.tid=t.tid AND p.invisible='0' AND o.tid=t.tid" :
  2. "FROM pre_forum_typeoptionvar o, ".DB::table('forum_thread')." t WHERE $digestltd t.fid IN ($fids) $topltd AND o.tid=t.tid";
复制代码
step2:    将 if($srchtxt) { 的下一行修改成
  1. $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测试通过。

xkzz1 发表于 2014-8-28 17:29:33 | 显示全部楼层
搜索分类信息的字段的实现是干嘛的啊? 说详细点用途?  ------------------ xkzz.cc
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 03:25 , Processed in 0.023490 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表