|
站内搜索太过分的对应举措
|
|
|
|
Author: Autoit | Date:2006-07-25 | View: 8455 | Digg: 52 |
|
这两天使用站内搜索的次数教多,当然也发现了这个问题. 有些是固定的介绍东西,不属于文章类,可在搜索的时候也是被搜出来,感觉很怪! 于是就出现了这个简单的修改方法: 将 /mambots/search/content.searchbot.php 里的 $morder = ''; 替换为: $morder = ''.$where.=" and lower(a.metakey) not like '%{nosearch}%'";使用方法: 在不想被搜索出来的文章里的 Meta 关键词里写上 {nosearch} 即可.
Permanent URL: http://www.autoit.cn/index.php/content/view/60/25.html
|