迅睿框架 版主:迅睿框架研发组
搜索框怎么搜索指定的字段两个字段
类型:迅睿CMS 更新时间:2025-04-24 10:39:10 后台搜索

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

比方说字段 dslh,dscj 这两个字段,

后台搜索的所有字段都选上了,但是页面上有一个搜索框只想搜dslh,dscj这两个字段的内容,应该怎么写

图片

<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>