Re: Re[2]: query parameters

2014-03-05 Thread Erick Erickson
Bah. meant FQ clauses can be most any legal query. Erick On Wed, Mar 5, 2014 at 3:49 PM, Erick Erickson wrote: > You can just use OR > GQ clauses can be most any legal query. > > On Mar 3, 2014 4:31 PM, "Andreas Owen" wrote: >> >> ok i like the logic, you can do much more. i think this should d

Re: Re[2]: query parameters

2014-03-05 Thread Erick Erickson
You can just use OR GQ clauses can be most any legal query. On Mar 3, 2014 4:31 PM, "Andreas Owen" wrote: > ok i like the logic, you can do much more. i think this should do it for > me: > > (-organisations:["" TO *] -roles:["" TO *]) (+organisations:(150 > 42) +roles:(174 72)) > > > i w

Re[2]: query parameters

2014-03-03 Thread Andreas Owen
ok i like the logic, you can do much more. i think this should do it for me:          (-organisations:["" TO *] -roles:["" TO *]) (+organisations:(150 42) +roles:(174 72)) i want to use this in fq and i need to set the operator to OR. My q.op is AND but I need OR in fq. I have read about ofq b