Hi,
I hope you can help, I am using Zoom 6 CGI, and have set up a meta field as a multi select.
The resulting querystring:
?zoom_sort=0&zoom_xml=0&zoom_query=hello&zoom_per_ page=10&zoom_and=1&zoom_cat[]=1&resources[]=5&resources[]=0
Gives me any pages with a resource meta field of either 5 OR 0, I need to show pages that have both 5 AND 0.
The website has lesson plans that can be in a number of resource categories, so I have multiple meta fields with the same name (resources).
I then need to show a count of how many lesson plans exist in each resource category, so they can narrow down their results by adding more and more resource categories.
Here is my previous, non-zoom example:
http://re.testweb.co.uk/lessonplans/
This shows the counts next to the links to add a category to the search, and does database field matching only.
Is there a way to replicate the filter, so I can let the user narrow down their results based on the categories?
Thanks,
I hope you can help, I am using Zoom 6 CGI, and have set up a meta field as a multi select.
The resulting querystring:
?zoom_sort=0&zoom_xml=0&zoom_query=hello&zoom_per_ page=10&zoom_and=1&zoom_cat[]=1&resources[]=5&resources[]=0
Gives me any pages with a resource meta field of either 5 OR 0, I need to show pages that have both 5 AND 0.
The website has lesson plans that can be in a number of resource categories, so I have multiple meta fields with the same name (resources).
I then need to show a count of how many lesson plans exist in each resource category, so they can narrow down their results by adding more and more resource categories.
Here is my previous, non-zoom example:
http://re.testweb.co.uk/lessonplans/
This shows the counts next to the links to add a category to the search, and does database field matching only.
Is there a way to replicate the filter, so I can let the user narrow down their results based on the categories?
Thanks,
Comment