Working on an experience builder that allows the user to filter locations by a set category. There is also a service field that I would like users to filter by. This service field is comma delimited and I am curious on what are the best ways to filter comma delimited items. I have a filter widget that filters the services field by using "contains" and then using the "Predefined multiple values". This works but since the predefined list cannot dynamically change when other filters are activated, I want to find a better way. I also tried using the search widget with the search field being the services field. This works OK but I am curious if there is another way that might be more user friendly.