Hi,
Is there anyway to filter customers by those who have tag A and don’t have tag B and tag C?
I tried “tag A AND NOT tag:B,C” but it doesn’t work.
Thank you.
Hi,
Is there anyway to filter customers by those who have tag A and don’t have tag B and tag C?
I tried “tag A AND NOT tag:B,C” but it doesn’t work.
Thank you.
It might be because you’re missing a colon after the first tag.
When searching products, for example, you use this syntax: tag:“Some tag” AND NOT tag:“other tag”
For customers, you need to add customer_ in front of it, for example:
customer_tag:"tag A" AND NOT customer_tag:"tag b" AND NOT customer_tag:"tag c"