开发框架 版主:迅睿框架研发组
后台有文章 为啥搜索不到文章
类型:迅睿CMS 更新时间:2021-01-18 17:49:49

大佬们 明明我后台有文章 为啥搜索不到文章

{xunruicms_img_title}

我的搜索框写法
<form action="/index.php" method="get" style="margin:0; padding:0; overflow:hidden;">
    <input type="hidden" name="s" value="news">
    <input type="hidden" name="c" value="search">
    <div id="search_cc">
        <div id="search_cc_l">
            <input name="keywords" type="text" class="input" size="13"  placeholder="请输搜索入关键字" style="margin:0; padding:0 0 0 10px;border:1px #d1d1d1 solid; background:none; height:42px; line-height:42px; width:390px;" />
        </div>
        <div id="search_cc_r">
            <input type="submit" value="" style="border:none; width:69px; height:44px; cursor: pointer; background:url(/static/make/pc/images/search.png)">
        </div>
        <div class="clear"></div>
    </div>
</form>



结果页面 列表循环
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=10 urlrule=$urlrule}
{title:"{$t.title}",url:"{$t.url}",img:"{dr_get_file($t.thumb)}",info:"{dr_strcut($t.description, 80)}",date:"{dr_date($t._updatetime, 'Y-m-d')}"},
{/search}

{xunruicms_img_title}

就是搜索不到

回帖
  • 易学习
    #1楼    易学习
    2021-01-18 17:40:39
    Chrome 0
    字母写错了,keyword你觉得我的回答对你有帮助,你就随便悬赏(设置悬赏)点钱钱吧,毕竟写代码不容易大家都很忙,悬赏(设置悬赏)方法:https://www.xunruicms.com/aq/440.html
    满意答案
  • 不脱单不改网名
    #2楼    不脱单不改网名
    2021-01-18 17:45:54
    Chrome 0
    易学习 改成keyword也是一样搜索不到啊
  • 不脱单不改网名
    #3楼    不脱单不改网名
    2021-01-18 17:46:14
    Chrome 0
    <div id="search_c_r">
        <form action="/index.php" method="get" style="margin:0; padding:0; overflow:hidden;">
            <input type="hidden" name="s" value="news">
            <input type="hidden" name="c" value="search">
            <div id="search_cc">
                <div id="search_cc_l">
                    <input name="keyword" type="text" class="input" size="13"  placeholder="请输搜索入关键字" style="margin:0; padding:0 0 0 10px;border:1px #d1d1d1 solid; background:none; height:42px; line-height:42px; width:390px;" />
                </div>
                <div id="search_cc_r">
                    <input type="submit" value="" style="border:none; width:69px; height:44px; cursor: pointer; background:url(/static/make/pc/images/search.png)">
                </div>
                <div class="clear"></div>
            </div>
        </form>
  • 不脱单不改网名
    #4楼    不脱单不改网名
    2021-01-18 17:49:49
    Chrome 0
    @易学习:解决了 找到问题了 是后台没有更新缓存