November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
How about TermsFacetFor(x => x.ParentLink) ?
http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/11/DotNET-Client-API/Searching/Facets/Terms-facets/
I've got a heirarchy of pages such as
I want to use Find to create a filter based on the Category page names. Here's what I've got so far, the bit I can't figure out is line 4
Obviously this doesn't work because Filter() expects a Filter as the second argument but you can see what I'm trying to do. It's roughly analagous to a SQL `GROUP BY ParentLink` and then display info like
Category 1 (2 pages)
Category 2 (1 page)