|
HI
What is the order of execution for boolean operators when I do not use grouping symbols ()?
For example: 「A OR B AND C」, the order will be 「(A OR B) AND C」, or 「(A OR (B AND C)) or not both?
I am asking this question because I noticed that the results of the following three search queries:
EN_TI:("electric car" OR (solar AND motor)),
EN_TI:(("electric car" OR solar) AND motor), and
EN_TI:("electric car" OR solar AND motor) are all different, and I'm not sure why.
thnks you
|