One of my previous mails to the group helped me simulate short-circuiting
OR behavior using (thanks to yonik)

_val_:"def(query(cond1,cond2,..))"

where if cond1 is true the query returns without executing the subsequent
conditions.

While it works successfully for single attribute, I am trying to extend it
so I can achieve the same behavior for multiple attributes. I am trying to
use multiple _val_, where the query returns an error.

How do I make a query with multiple _val_ clauses?

-Deepak

Reply via email to