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> |
|
郑重声明:
本站所有内容均由互联网收集整理、网友上传,并且以计算机技术研究交流为目的,仅供大家参考、学习,不存在任何商业目的与商业用途。
若您需要商业运营或用于其他商业活动,请您购买正版授权并合法使用。
我们不承担任何技术及版权问题,且不对任何资源负法律责任。
如无法下载,联系站长索要。
如有侵犯您的版权,请给我们来信:admin@cniao8.com,我们尽快处理。