Hello there!
For my use case I need to tag article documents with themes, categories and subcategories. There are several themes, each theme has its own categories and each category in turn has its own subcategories. All of these fields should be manageable.
Here’s where it gets tricky. I need to filter the themes, categories and subcategories separately. Now there is only one “hippotaxonomy:keys” field, where I would like three seperate fields for “myproject:theme”, “myproject:categorie” and “myproject:subcategorie” so I can use them with facets.
Is there a way to store the values in such a way?