产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 全站搜索咋只能搜索到部分栏目内容?
xiangbin0326 - 2016/12/4 10:51:42
全站搜索咋只能搜索到部分栏目内容?


12434全站搜索咋只能搜索到部分栏目内容?

详细代码如下:

<div class="search_bar">
<script type="text/javascript">
function  c_keyword()
{
  if(Id("kw").value=="")
  {
    alert("请输入关键词!");
    Id("kw").focus();
    return false;
  }
}
</script>
        <form method="get" name="S_article" action="/e/search/">
            <input id="kw" class="stitle" name="title" maxlength="30" type="text" /> <input name="modelid" value="49" type="hidden" /><input name="siteid" value="1" type="hidden" /><input style="width:55px;height:25px;" class="button" value=" " size="36" type="submit" onclick="return c_keyword()" />
        </form>
    </div>
xiangbin0326 - 2016/12/4 17:55:00
没人回答呢
xiangbin0326 - 2016/12/4 19:31:26
具体什么内容
xiangbin0326 - 2016/12/7 13:09:23
已解决,先建个全站搜索子栏目,找个全站搜索代码复制到此处,然后,建立各个模块的搜索模型,最后,把各个模块的信息加入到全站搜索即可!仅供参考!
1
查看完整版本: 全站搜索咋只能搜索到部分栏目内容?