London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?