### 全文搜索
>搜索接口:{:url('index/Search/index')}?keyword=搜索关键词
搜索代码示例
```
搜索<sapn style="color:red">[{$keyword}]</sapn>的结果
{page table="content" num="100" sqlstr="$where" }
<a href="{:url("index/View/index",["content_id"=>$page["content_id"]])}" title="{$page.title}">
<img src="{if $page.pic}{$page.pic}{else}{:config("base.default_pic")}{/if}" alt="{$page.title}" title="{$page.title}">
<h1>标题:{$page.title}</h1>
<h2>描述:{$page.detail|killhtml="100"}</h2>
<h2>时间:{$page.create_time|date="Y-m-d"}</h2>
<h2>访问量:{$page.views}</h2>
<h2>作者:{$page.author}</h2>
<h2>数据排序:{$key+1}</h2>
</a>
{/page}
```