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
===
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?
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
===