I've implemented multifacet in asp.net mvc based eCommerce application. In that, I do load specification filter using facet query with mincount=1.It loads all filters which are having mincount=0 on applying filter second time.
for example. In my mobile category, First time , I exclude those filters which is having mincount=0
Operating System
Android(50)
Windows(8)
SPG(1)CardSlot
microSD (328)
T-Flash (64)
after applying filter like OperatingSytem:SPG It loads
Operating System
Android(50)
Windows(8)
SPG(1)
iOS(0)CardSlot
microSD (50)
T-Flash (0)
Flash(0)
but It Should be
Operating System
Android(50)
Windows(8)
SPG(1)CardSlot
microSD (50)
T-Flash (0)
I've implemented Multi-Select Faceting and LocalParams What could be the problem?