Thank you Dave, Eric
Worked a charm
On 26 Jan 2010, at 18:58, Dave Searle wrote:
> Try
>
>> q=string AND (cat:name1 OR cat:name2)
>
>
> On 26 Jan 2010, at 18:53, "Lee Smith" 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 c
Try
> q=string AND (cat:name1 OR cat:name2)
On 26 Jan 2010, at 18:53, "Lee Smith" 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 searc
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 wrote:
> Sorry o