Closed paalm closed 5 years ago
I want to make facets for Episerver Categories. This doesn't seems to work. Any idea if its a bug or maybe not supported by this implementation?
query = query.FacetsFor(x => ((ArticlePage) x).Category);
Never mind. It does work now. Just some index-languagebranch-problems.
I want to make facets for Episerver Categories. This doesn't seems to work. Any idea if its a bug or maybe not supported by this implementation?
query = query.FacetsFor(x => ((ArticlePage) x).Category);