November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
If you want the facet to also display 0 results you just have to specify it to return all terms:
x.TermsFacetFor(x => x.Tags, x => x.AllTerms = true)
/Henrik
We are using facets but when filtering we want to keep displaying all facets even those with zero result, like they do in www.temaresor.se.
What is the best way to do that with a minimum amount of searches?
/Henrik