pimcore / generic-data-index-bundle

Other
3 stars 1 forks source link

Add tag filter modifier #141

Closed markus-moser closed 2 months ago

markus-moser commented 2 months ago

Add a modifier for filtering on tags similiar to the behaviour in the classic UI bundle:

image

It should be possible to add a list of tag IDs to the modifier + the option for "Consider child tags too" yes/no.

We added already a system field for the tag IDs. I guess we would need to add an additional system field for the "consider child tags too" logic for the list of all parent tags (or the sum of parent tags and directly added tags).