Frontend weweb filter how to filter properly?

Hi! I have an array called “type” where a playbook can be classified as “Content, Pre Launch”, and/or “Launch”.

I want to filter out only those playbooks that contain Launch. So if a playbook has “Content” and “Launch”, i want it to show.

But when I try to filter out by “Contains Launch”, it also shows all the playbooks with “Pre Launch”.

When I filter by “has exactly” Launch, nothing is shown.

How to get weweb to front end filter properly?

Has exactly won’t work because it would only match those that only have Launch

This should work i think