首先,模板目录得存在搜索结果文件,即 search_index.html
其次,首页或其他页面搜索框调用代码示范如下:
<form action="<yunu:url name='search'/>" method="post"> <input class="cont_text" type="text" name="key" value="" placeholder="请输入关键字"> <input class="cont_btn" type="submit" name="" value=""> </form> |
最后,搜索结果页面读取数据:
<yunu:list orderby="sort asc" keyword="$keyword"> <li> <h5> <a href="{$list.url}" title="{$list.title}">{$list.pic}</a></h5> <div style="height: 46px;">{$list.desc}</div> </li> </yunu:list> |
发表评论
评论列表(条)