November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
http://joelabrahamsson.com/docs/episerver-find-alloy-search-page/sitepagedata.html
I would change SearchSection to return the PageLink.ID instead of PageName. Then you can do a GetPage on it from the search page and get the correct language PageName that way.
Just got started with EPiServer Find and Joel Abrahamsson's article "Building a search page for an EPiServer 7 site with EPiServer Find" and the accompanying source code was a big help.
I have a problem though... I haven't been able to figure out how to get facet categories (sectionGroup.Term in the code) to display in the correct language for translated pages (in a site where English is the master language). The facet categories use the page names and are displayed in English, regardless of what the current language is...
Does anyone know if it is possible to show the translated names instead for the current language?