Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

Facets on Categories #23

Closed paalm closed 5 years ago

paalm commented 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);

paalm commented 5 years ago

Never mind. It does work now. Just some index-languagebranch-problems.