我已经设置了 umbraco 搜索 xslt 包。在我的 xslt 中,我按页面名称、标题、描述和现在的标签进行搜索。
tags 属性是“Tags”类型的文档类型属性。搜索 xslt 如下;
<xsl:variable name="searchFields" select="ps:getListParameter(string(//macro/searchFields), '@pageName, title, description, tags')"/>
为什么按标签搜索不起作用?
我已经设置了 umbraco 搜索 xslt 包。在我的 xslt 中,我按页面名称、标题、描述和现在的标签进行搜索。
tags 属性是“Tags”类型的文档类型属性。搜索 xslt 如下;
<xsl:variable name="searchFields" select="ps:getListParameter(string(//macro/searchFields), '@pageName, title, description, tags')"/>
为什么按标签搜索不起作用?