I am trying to send Google a search query with several units, some containing more than one word, separated by the boolean operator OR. Usually I'd write:
(Oneword, Two words, Something containing four words, anotheroneword, word).
However, Google doesn't seem to understand that.
OR or | do work, however the operation is obviously only performed on the words to each side of the operator, making it useless for multiple word queries.
I also tried
"First Query" OR "Second Query" yet that seems to bring the exact same results as simply searching for First Query.