Short guideline hot to deploy and configure SharePoint Filter WebPart version 3.x
Filter WebPart requires for its work SharePoint with Client-Side Rendering feature.
Сompatible versions of SharePoint:
Log in using SharePoint administrator account to your SharePoint server.
Download zip archive on download page and unzip it on your server.
Run SharePoint Management Shell and run following commands:
Add-SPSolution -LiteralPath c:\_wsp\SPListFilter.wsp
Install-SPSolution -Identity SPListFilter.wsp -AllWebApplications -GACDeployment
Where c:\_wsp\SPListFilter.wsp is path to your wsp package.
Click Settings and then click Site Settings
Click Site collection features under the Site Collection Administration heading.
Scroll down to SharePoint List Filter 3.0 row and click Activate button
Open page or list view in Edit Mode and open adding WebPart panel.
Then select List Filter 3.0 webpart in Zhukov group and click Add button:
In Filter WebPart menu go Connection - Send Filter Provider To and select your list view webpart:
In popup window just click Finish button:
Allow popup windows in case they are blocked in your browser
Stop editing the page.
Click Fields button on top of the Filter WebPart and select fields.
In modal window select fields you want to use, filtering controls and click Save button:
Refresh the page to see changes.
That's it.