How can I use Filter Multiple Tags Using "OR" Condition Instead Of "AND"?

Hi,

I want to be able to filter collections with multiple tags.

For example:

I have the following products with the following tags:

Product 1 ( Tag - Tag1, Tag2, Tag3 )

Product 2 (Tag - tagRed, tagBlue)

If someone selects filter Tag1 and Tag2, it will show nothing because none of the products have both tags.

I want to show the products that have at least one tag.

So basically instead of Tag1 AND Tag 2, it should be Tag1 OR Tag2

Can I do it?