I'm trying to add some selectors when I call ISession.CreateConsumer. The following selectors all seem to work fine

2>1
Car='Honda'

But the following do not every get matched/return any messages

Car='Honda' AND Color='Blue'
Car='Honda' OR Color='Blue'