在 Sitecore 搜索中包含项目字段

发布于 2024-12-03 04:13:17 字数 161 浏览 2 评论 0原文

我有一个(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不会写诗 2024-12-10 04:13:17

如果您要搜索的文本保存在单行文本字段中,则可能需要将以下内容添加到 configuration\sitecore\indexes\index\fields 下的 web.config 文件中:

<type storage="unstored" stripTags="true">single-line text</type>

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 :

<type storage="unstored" stripTags="true">single-line text</type>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文