Thursday 24 April 2014

Sharepoint search refinement panel count is missing

Sharepoint search refinement panel count is missing
To add refiner counts to the Refinement Web Part
Verify that the user account that performs this procedure is a member of the Designers SharePoint group on the publishing site collection.
On the Settings menu, click Site Settings.
On the Site Settings page, in the Web Designer Galleries section, click Master pages and page layouts.
On the Master Page Gallery page, click Display Templates.
On the Display Templates page, click Filters.
Open the Filter_Default.html file.
Change the value for ShowCounts to true.

this.Options = {
ShowClientPeoplePicker: false,
ShowCounts: true
};