There's "is", "starts with", "is not" and "is blank". However, there's no "contains" so I have to make a bunch of silly "contains_x" custom fields that are one-offs. Not scalable. (It's also missing "is greater than", "is greater than or equal to", "is less than", and "is less than or equal to")
... View more