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!
I usually have a required enum property (drop down list) of the different types and then filter by that in my EPiServer Find query.
Frederik
We have 3 pages that is exacly the same pagetype, news, press release and analysis. The user should have the possibility to filter the search result on which kind of page their intrested in. There will be more categories that the user would have possibilities to filter on.
So, which way do you recommend us to go. Create a pagetype for each of the type of pages above and search for both pagetype and categories in the search query or should we just create one general pagetype and add three more categories, one for each pagetype and only filter on categories.
Thank for all advices!
// Andreas