advanced search

2006-10-13 Thread tony yin
I wanta search several fields use NOT condition, but how? for example: I store "test" in {"id", "name", "value", ...} fields. now I search "test" NOT in "id". That's it. Can anyone help me? -- Kindly Regards Tony ===

search by field, not field value

2006-11-12 Thread tony yin
I want search document by specific field, not by field value, How to? I have some document store in fields{content, key, path} and some in {content, key, path, specific_field} and I want to find all the document that have specific_field, Could you help me?

Re: search by field, not field value

2006-11-12 Thread tony yin
What a valuable answer. thanks. don't worry about multiple hits. I would never store multiple values in specific_field. On 11/13/06, Erick Erickson <[EMAIL PROTECTED]> wrote: ... -- Kindly Regards Tony ===