Hello,
as a very sporadic user of EE I wonder how I can achieve the following in a template:
- in a template some channel entries, e.g. portfolio items, are displayed.
- the template shows 25 entries per page and utilizes a pagination to allow for navigation to further entries.
- visitors should be able to filter the total set of entries along multiple dimensions, which are constituted by custom fields (e.g. media_type, year, client, service etc.).
- ideal the filters applied should be reflected in the uri or an query string, so that people can bookmark and forward query results.
An example use case would be:
Show me all entries with:
- (media_type == ‘print’ OR media_type == ‘web’)
- AND year == 2011
- AND (service == “design” OR service == “information architecture”)
I know in CodeIgniter one can generate key value pairs form an uri, is it possible to use something like that in expressionengine templates?
Any hints would be appreciated.
Thanks,
Daniel