Is it possible to use collective.collectionfilter with an index ‘created on the fly’?
I have a list field (users/groups) and I want to have a collectionfilter for ‘items where I am in group’ and ‘items where I am not in group’ and ‘items where I am in ‘users’ )
To answer the title of this topic: yes. As long as you also create a catalog metadata “on the fly” … collectionfilter needs index/metadata with the same name to show up in the “group by” selector.
I do not fully understand your “users/groups” logic but currently you can not set a “not” filter for the indexes. Would be a nice enhancement though.
I have a list field with ‘users who have read/approved’ this item. If the current users is in this group, the Collectionfilter should show this as /when choosing ‘Read’. If he/she is not in the group, the filter should show it as/when choosing ‘Unread’.