I have a list of companies in my SharePoint 2010 server, and most of the items in it (not all) have a title of syntax like "Company Name"
. Although when I search for a company on my search page, it returns a title like "Company Name
without last quotation mark. I made a solution to add
<xsl:if test="contains(title, '"')">"</xsl:if>
to my search results xslt, and it works just fine, but I want to know if it's a SharePoint bug, or maybe this problem is solved in the just released Service Pack 2? Thanks!