Hello,
I'd like to use tags as hierarchies and I can’t find any plugin. I’m not even sure it is possible.
Reason for this (example):
- Present:
- tag is
CSS:font - IRI is
<server>/?tag=CSSfont(should be CSS:font, but this is unsupported, pity)
- tag is
- Desired:
- tag is
CSS:font - IRI is
<server>/?tag=CSSand<server>/?tag=CSS:font
Let's call the first parent tag and the second child tag
- tag is
The first page would display “parent and all children” (CSS, CSS:font, CSS:strategy, politics:France:MoDem…). caveat: no “parent only” or “all children but no parent” option so far, and I don't need this. As you may have noticed, I'm using a controlled vocabulary.
The second page would display “this child only”.
Any ideas? Feedbacks welcomed!