I have been playing with Sieve over the last few days and it is really cool. However, one feature that I think is missing, is the ability to express filters like this: "If property1 or property2 contain ABC" I imagine that the `{Name}` part of the filter expressions could be extended like this: `(property1,property2)@=ABC` What do you think about this?