pbootcms如何实现多条件综合搜索,代码怎么写?

<form action="{pboot:scaction}"  method="get">

                    <input type="text" name="keyword" class="s-input" placeholder="请输入产品关键字">

                    <input type="hidden" name="field" value="title" >

                	  <input type="hidden" name="field" value="author" >

               	  <input type="hidden" name="field" value="content" >

                    <button class="s-btn"><span class="fa fa-search"></span></button>

                </form>

 

posted @ 2024-09-30 10:44  黄文Rex  阅读(50)  评论(0)    收藏  举报