1、数据库中有内容而页面提示 未搜索到任何数据
解决方案:
在前半部分添加一个标签 scode=*
代表搜索所有栏目内容
1
{pboot:search num=12 order=sorting scode=* field=
'title|content'
}
2
{/pboot:search}
<form action=
"{pboot:scaction}"
method=
"get"
>
关键字:<input
type
=
"text"
name=
"keyword"
3
<button
"submit"
>搜索</button>
4
</form>
多条件搜索代码示例
可以通过隐藏字段,指定搜索的栏目
内容:<input
"content"
标题:<input
"title"
作者:<input
"author"
5
<input
"hidden"
"scode"
value=
"2,3"
6
7
{pboot:search}
<a href=
"search:link"
>search:title</a>
皖公网安备 34010402701667号