首页 > 代码库 > Kooboo 加Search功能 必须先ReBuild Index Data
Kooboo 加Search功能 必须先ReBuild Index Data
加Search功能
有几个要点
1. 需要在Kooboo 必须先 ReBuild Index Data
2. 需要在要搜索的page中启用搜索索引
搜索的代码
@
using
Kooboo.CMS.Content.Models
@
using
Kooboo.CMS.Search
@{ var result = Repository.Current.Search(
"Dolor"
, 1, 10); }
@result.TotalItemCount
@
foreach
(var item
in
result)
{
<p>@item.Title @item.HighlightedTitle</p>
<p>@item.HighlightedBody</p>
}
Did you have add the search index setting, the search index setting must to add to enable the content indexing.
Kooboo 加Search功能 必须先ReBuild Index Data
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。