I want to let my editors tag content on several orthogonal vocabularies and then have a nice search interface that lets users search for the content based on those vocabularies. It seems too parts of the solution exist
- ATVocabularyManager - lets editors create different vocabularies
- eea.facetednavigation - lets editors connect up ATVocabularyManger vocabs to a search panel
What is missing a way to add a new fields to the catagorisation tab of certain content types and have these constrained by the vocabularies. and have these values stored and indexed so they can be searched.
I know I can do this in code, but I'm hoping for something TTW so editors can add more ways to categorise if they want to. I'm pretty sure there must be a plugin out there to solve this already, but so far haven't found it. I'm pretty sure dexterity schema editor would solve this problem but I need this for the existing Plone content types.
So wondering