I have setup umbraco search xslt package. In my xslt I am searching by pagename, title, description and now, tags.
The tags property is a document type property of the type, 'Tags'. The search xslt is below;
<xsl:variable name="searchFields" select="ps:getListParameter(string(//macro/searchFields), '@pageName, title, description, tags')"/>
How come searching by tags doesn't work?