下面來說說pbootcms想要按搜索正文內(nèi)容怎么處理。
第一步,在搜索框添加下面的代碼
<input type="hidden" name="fieltd" value="content" >
完整代碼如下:
<form action="{pboot:scaction}" method="get">
關(guān)鍵字:<input type="text" name="keyword" >
<input type="hidden" name="field" value="content" >
<button type="submit">搜索</button>
</form>
第二步,然后到搜索頁面:search.html里面找到搜索結(jié)果的代碼,加上代碼:
value="title|content"
完整代碼如下:

這樣就可以了,直接放在模板里面使用吧。