There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Vani Kumar wrote:
example 1:
"role eq 'admin' and department eq 'science'"
Vani Kumar wrote:
example 3:
"(address/zipcode eq '11122' or address/zipcode eq '22233') and (name/lastname eq 'xang' or name/firstname eq 'john') and status eq 'active' and contains(familyName, 'smith')";
Campbell Ritchie wrote:You need to start by defining a grammar for your language.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |