Skip to content

Instantly share code, notes, and snippets.

@vgrem
Last active December 12, 2015 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrem/4773036 to your computer and use it in GitHub Desktop.
Save vgrem/4773036 to your computer and use it in GitHub Desktop.
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