在 Sitecore 搜索中包含项目字段
我有一个(Lucene)搜索控件,如果项目名称与传入的术语匹配,它会从 Sitecore 的主数据库中检索项目。
但是,我也希望搜索包含项目的字段,这样,如果搜索术语在项目的字段中匹配,则物品被退回。这怎么能做到呢?
注意 该项目及其字段显示在站点内的页面上,但搜索也不匹配。
I have a (Lucene) search control which retrieves items from Sitecore's master database if the item's name matches a term passed in.
However I also want the search to include the item's fields, such that if the search term matches within the item's field, the item is returned. How can this be done?
N.B. The item and its fields are displayed on a page within the site, however the search does not match this either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要搜索的文本保存在单行文本字段中,则可能需要将以下内容添加到
configuration\sitecore\indexes\index\fields
下的 web.config 文件中:If the text you are searching for is held in a Single-Line Text field, it may be necessary to add the following into your web.config file under
configuration\sitecore\indexes\index\fields
: