I would like to do something with Toolset that might be impossible. If I can't do it, perhaps I can come close. I seek your advice.
I have a hierarchical taxonomy, "faculties". I display its terms in a view filter, with checkboxes, so that the user can display items in one or more particular "faculties". The logic of the checkboxes is OR not AND, so the user can display items from multiple terms. The problem is that this taxonomy is growing. I would like to have the terms in an accordion, where the user can expand a section by clicking on a (displayed) parent, but I still want the logic to be OR.
That is, consider a taxonomy
Parent A
Child 1
Child 2
Parent B
Child 1
Child 2
and someone checks Parent A child 1 and Parent B child 1, the view should display items with EITHER of those terms.
I would like to do this within Toolset. Apparently I can nest child term views inside a parent view in order to only show them on a click, but I suspect that will only allow me to show a single term's items.
Perhaps I could use a view hook of some sort?
Do you know of another plugin that does this?
Any thoughts appreciated, even if the result is not exactly what I'm looking for. Thank you.