Your software
My Mautic version is: v3.3.3
My PHP version is: 7.3.20
My Database type and version is:
My problem is:
How can I search a contact with 1 or more tags.
This is what I have tried on the search field:
tag:a OR tag:b
tag:a|b
tag:(a b)
tag:(a OR b)
(tag:a) | (tag:b)
(tag:a) (tag:b)
(tag:a) OR (tag:b)
tag:a,b
This is not clear on search documentation.
Thanks