I have a list of email domains that I need to target. I tried using the query "Email Address contains @xxxxxxx.com" but it looks like the "contains" constraint looks for strings and it will pick up any string even if it apart of a larger one.
Is there a way to target the entire domain string?
Actually this also includes @example.com.au and suchlike. It's not a perfect solution. To get more accurate create an ALL filter CONTAINS @example.com and NOT CONTAINS .com.