### 全文搜索
>搜索接口:{: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}
```