How to get Document Library Size SharePoint2013

Get to know the document library size is very easy - just few click away:-

Step 1:- Go to document library -> Library setting -> Modify the All Document View (Default one).


 Step 2:- Select the File Size Property from view

Step 3:- Go to little down in the same page expand the Total Section. Select File Size and Sum in the drop down as highlighted below and click ok.


Step 4:- Result will be available in KB (As I  have 4k+ document in Library)



Happy coding..

Enable MultiValue check box Refiner SharePoint2013 Search

Refiner is used to filtering the search results and limiting search as per filter criteria.

SharePoint 2013 search has OOTB Single Selection and Multi Selection template, by default single selection template is applied to refinement panel.

It pretty easy to enable count and multi selection check box.

Step 1:-
Go the Search Result Page or any search vertical (It should be in search center)

Step 2:-
Edit Page and then edit Right hand side zone with Refinement and click "Choose Refiner" button from refiner property box.


Step 3:-
Refinement Configuration Pop Up will be open. It will show all available managed property which user can used for filtering the records.
L.H.S shows all available  managed property and R.H.S shows all managed property will be available in search result pages for filtering the results.

User can select any property and apply OOTB display template as highlighted below i.e. Multivalue-Refinement Item. and click apply and check in the pages.





Step 4:-
Go to search result verticals and search any thing. Your changed refined will look like :-

Apply any filter with multiple check box and records start filtering accordingly.

Happy Coding..

Enable the Refiner Count in Share Point 2013


The refiner count show number of item exists in Search Result of that type. Its very easy to enable count number in refinement panel.

Its really enhance the search experience also. Don't why Microsoft has put as disable by default.

Enable Count for Refiner
The easiest configuration is to simply turn counts on for all refinements. This is achieved by modifing the Filter_Default.html and Filter_MultiValue.html display templates.

Step 1:-

Basically you need to change the Display Template for the Refinement Filter which is HTML file.
The File is located in the site collections MasterPage gallery folder, /_catalogs/masterpage/Display Templates/Filters


Step 2:-
Filter_Default.html and contains the definition for the refinement item.


Step 3:-
After Download the file Replace the below section:-

From -
To

Step 4:- 
Change the name of the Display Template
 Upload and Save the file at same location with Publish Version.

Step 5:-
Now Configure the Refinement Panel Web part with new defined template



Step 6:- Now Result should show the count in Refinement panel

Happy Coding and Simple Coding !!