This is a fantastic module...like others I have been checking back on drupal.org periodically hoping this functionality would come along soon, and this implementation is very nice! (Let's see how far flattery will get me...)

With Hierarchical Select right now (unless I miss something), given a hierarchy like so:

Parent 1
-Child 1.1
-Child 1.2
--Child 1.2.1
Parent 2
-Child 2.1
-Child 2.2

... if I drill down like so...

Parent 1 -> Child 1.2 -> Child 1.2.1

... the node will only be assigned the term "Child 1.2.1". Is it possible for the node to be assigned all three terms: "Parent 1", "Child 1.2", and "Child 1.2.1". In the "Country - State - Town" paradigm, I would like a post to be able to be tagged "USA", "Maryland", "Laurel", so that choosing any of those terms would hit on my post.

Comments

wim leers’s picture

Status: Active » Closed (duplicate)

That's already implemented. Just enable the "Multiple select" option, see the extended description for details. Since it's not actually true "multiple select", this will be moved to a separate setting (which is already in the latest dev tarball).