ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷售客服

1835022288

028-61286886

投訴 已解決 搜索框怎么搜索指定的字段兩個字段 1 0
迅睿CMS版本:4.6.3 #后臺搜索 #CodeIgniter

搜索框怎么搜索指定的字段

比方說字段 dslh,dscj 這兩個字段,

后臺搜索的所有字段都選上了,但是頁面上有一個搜索框只想搜dslh,dscj這兩個字段的內(nèi)容,應(yīng)該怎么寫


圖片

<form class="search-form" action="/index.php" method="get">
    <div class="search searchxinghao">
        <input type="hidden" name="s" value="chanpin">
        <input type="hidden" name="c" value="search">
        <input class="xinhaoinput" type="text" name="keyword" placeholder="E.g., 0232010">
        <button type="submit">搜索</button>
    </div>
</form>

解決方案