Copyright 2013-2014 All Rights Reserved Theme by www.gjren.cn 版權(quán)所有
AB模板網(wǎng)(www.gjren.cn)專注企業(yè)網(wǎng)站模板制作,包括企業(yè)pbootcms網(wǎng)站模板,靜態(tài)網(wǎng)頁模板,網(wǎng)站源碼下載,HTML網(wǎng)站模板等等。XML地圖 網(wǎng)站地圖 今日更新
免責(zé)聲明:本站所有資源(模板、圖片)搜集整理于互聯(lián)網(wǎng)或者網(wǎng)友提供,僅供學(xué)習(xí)與交流使用,如果不小心侵犯到你的權(quán)益,請及時(shí)聯(lián)系我們刪除該資源。
1、數(shù)據(jù)庫中有內(nèi)容而頁面提示 未搜索到任何數(shù)據(jù)
解決方案:
在前半部分添加一個(gè)標(biāo)簽 scode=*
代表搜索所有欄目內(nèi)容
{pboot:search num=12 order=sorting scode=* field='title|content'} {/pboot:search} |
簡單搜索代碼示例
<form action="{pboot:scaction}" method="get"> 關(guān)鍵字:<input type="text" name="keyword" > <button type="submit">搜索</button> </form> |
多條件搜索代碼示例
可以通過隱藏字段,指定搜索的欄目
<form action="{pboot:scaction}" method="get"> 內(nèi)容:<input type="text" name="content" > 標(biāo)題:<input type="text" name="title" > 作者:<input type="text" name="author" > <input type="hidden" name="scode" value="2,3" > <button type="submit">搜索</button> </form> |
搜索結(jié)果列表
{pboot:search} <a href="search:link">search:title</a> {/pboot:search} |