1、数据库中有内容而页面提示 未搜索到任何数据
解决方案:
在前半部分添加一个标签 scode=*
代表搜索所有栏目内容
1 |
{pboot:search num=12 order=sorting scode=* field= 'title|content' } |
|
简单搜索代码示例
1 |
<form action= "{pboot:scaction}" method= "get" > |
2 |
关键字:<input type = "text" name= "keyword" > |
3 |
<button type = "submit" >搜索</button> |
|
多条件搜索代码示例
可以通过隐藏字段,指定搜索的栏目
1 |
<form action= "{pboot:scaction}" method= "get" > |
2 |
内容:<input type = "text" name= "content" > |
3 |
标题:<input type = "text" name= "title" > |
4 |
作者:<input type = "text" name= "author" > |
5 |
<input type = "hidden" name= "scode" value= "2,3" > |
6 |
<button type = "submit" >搜索</button> |
|
搜索结果列表
2 |
<a href= "search:link" >search:title</a> |
|
本站资源均来源于网络或网友投稿,部分资源未经测试,难免存在BUG,所有资源只限于学习研究,不得商用。如使用本站下载的资源造成任何损失或发生侵权行为,均与本站无关。如不接受本声明请勿下载!本站资源如有侵权,请联系QQ:497149677核实后立即删除!
最客资源网 »
PbootCMS搜索未搜索到任何数据,Pb多条件搜索