for instance, I tried the official example with queries:
and
It turns out that it is not from left to right, the AND operator was dealt in prior to OR operator. I wonder if that is the rule.
I searched the document: http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html#_Toc453752358
it refers to odata-abnf.
But in abnf I only find
"andExpr = RWS "and" RWS boolCommonExpr"
, which I fail to understand...