I am using People Search Core Results PageLayout for my People Search WebPart.
By default when you search it gives an option of Refine your search.
As I observe its getting those options from a Control.
<SEARCHWC:RefineSearchResults runat="server" Title="<%$Resources:sps,RefineByTitle%>" SearchProperty="JobTitle"/>
I tried to edit the page layout and added my property in the Title value but it throw a error.
<SEARCHWC:RefineSearchResults runat="server" Title="<%$Resources:sps,RefineBymyProperty%>" SearchProperty="myProperty"/>
Can any one help me how to add myproperty on the page.
Thanks in advance