People Search Results sorted by Managed Property
<xsl:for-each select="All_Results/Result"> | |
<xsl:sort data-type="text" order="ascending" select="*[name() = $V1FromUrl]"/> | |
<xsl:call-template name="SingleResult"/> | |
</xsl:for-each> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment