I have a usecase with two contentlisting tiles on one page: Newslist and Eventlist.
Each Listing has a filter tile with the same index assigned.
What I expect:
The selected filter value should be set only for the actual filter tile
What you get:
Both filter tiles are set to the selected value
Why?
Obviously the same request parameter.
Solution:
This might be an edgyedgecase but it could be solved by combining the content_selector value somehow into the request parameter to figure out which filter tile was changed. I might wrap my head around this soon.
Example:
See in action here: https://www.vorderland.com