Tell us more about the cat field. Is there one (and only one) value per document? Or are there multiple values per document? Because if there's only one cat value/doc, you want something like q=string AND (cat:name1 OR cat:name2)
Erick On Tue, Jan 26, 2010 at 1:52 PM, Lee Smith <l...@weblee.co.uk> wrote: > Sorry of this is a poor Q but cant seem to get it to work. > > I have a field called cat setup so I can query against specific categories. > > It ok I search all or one but cant seem to make it search over multiples. > > ie q=string AND cat:name1 AND cat:name2 > > I have tried the following variations. > > cat:name1,name2 > cat:name1+name2 > > I have also tried using & instead of AND with still same results. > > Hope you can help !! > > Thank you in advance > >