I have a news document type with the following fields:
project:Article
Display name (path) - hipposysedit:type
Title (project:title) - string
Body (project:body )- hippostd:html
Author (project:author) - hippo:mirror
Type (project:type) - hippo:mirror
Is it possible to set up a tree facet using as facets Author and Type despite them not being document properties of project:Article?
I think it’s not possible but wanted to confirm.
I was thinking on a workaround where I could create document properties to store values from author and type so they can be used in the facet feature (or maybe I should understand derived attributes to have something like that working?).