On 09.01.2014, at 01:23, Michael Dürig <[email protected]> wrote: >> property:one OR property:two other:alpha OR other:beta >> => >> (property = one OR property = two) AND (other = alpha OR other = beta) > > Which would be a rather strange interpretation though. Usually AND has higher > precedence than OR.
But it actually makes sense. Otherwise you wouldn't be able to check for different values of a property (common case) - given that there is no concept of brackets/groups in GQL. Cheers, Alex
