如何自定义 DotNetNuke 的搜索结果描述?
我正在使用 DotNetNuke 6 包含的搜索提供程序,并且我想自定义搜索结果下显示的页面的描述。
我不想使用一些内容,而是使用页面的元描述之类的内容,因为这样看起来更好。
I'm using DotNetNuke 6's included search provider, and I'd like to customize the descriptions for pages that show up under search results.
Instead of a smattering of content, I'd like to use something like the page's meta description, as that looks much better.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
页面本身并未使用 DotNetNuke 社区版中的默认搜索提供程序进行“索引”。模块本身已建立索引,因此索引的描述和内容取决于模块开发人员。仅对实现 ISearchable 接口的模块建立索引。
DNN 专业版内置了搜索蜘蛛/结果功能,可提供更好的搜索结果。
The pages themselves aren't "indexed" using the default search provider in the community edition of DotNetNuke. The Modules themselves are indexed, so the descriptions and content that is indexed is up to the module developer. Only modules that implement the ISearchable interface are indexed.
The Professional Edition of DNN has search spider/results functionality built in which provides a better search result.