By fboivin on
I have a vocabulary with a simple hierarchy like:
root
|--termA
| |--termA1
| | |--termA11
| |--termA2
|--termB
|--termB1
|--termB2
Is it possible, using a view, to get only the nodes that are tagged with terms of a specific hierarchy branch? For example, I'd want all the nodes that are tagged with a term from "branch" termA (ie: all nodes tagged with either termA, termA1, termA11 or termA2).
I've looked in the view filters and I couldn't find what I want. Maybe with view arguments (this is still a bit of a mystery to me)?
Thanks for your help!
-francis
Comments
I haven't been able to get
I haven't been able to get this to work either.