Hi Mike,
Thanks for the answer. Actually, I am aware this is (I think I should
have been more explicit about the real nut). My real pain is with the
construction of a specific as_q which definitely exceeds the limit.
I need to do the following:
as_q=inurl:word=apple|pear|plum|orange|...|zorro
where I would like to find an URL which contains either of the terms:
word=apple OR word=pear OR word=orange etc. I have about 50 to 100
different words with this pattern. I hope that the above syntax is
correct (at least I get results as long as the word I am looking for
appears earlier in the string, but not if its at end)
I will test a number of options but any ideas are appreciated. I will
be trying any of these:
q=TERM1+OR+inurl:word=apple|pear+OR+inurl:plum|orange
as_q=inurl:word=zorro|zack
Another question is that the more as_q parameters I add, they will all
be treated as AND operation to the q parameter. Is there a way to add
more as_q parameters where they are all treated with the OR operator?
Thank you in advance!
Best,
Svetoslav