We have an event that has a property that can be one of 4 values, for simplicity, let’s say it can be A, B, C, or D. When looking at the event I want to only see events that have the property value of A or B. I’ve been switching between “equal” and “contains” on the where clause assuming they would have the same result (all of the property values are completely unique, so there should be no overlap with contains), but the contains is returning more results than the equals.
I can’t find anything in the help docs to explain the expected behavior of both. Appreciate any ideas anyone has here. Thanks!