A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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