[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE : Should this work: (|(sn=hughes)) ?
- To: "'OpenLDAP DEVEL'" <openldap-devel@OpenLDAP.org>
- Subject: RE : Should this work: (|(sn=hughes)) ?
- From: "John Hughes" <john@Calva.COM>
- Date: Fri, 1 Mar 2002 18:43:57 +0100
- Importance: Normal
- In-reply-to: <000701c1c04f$b35eac00$f70127d5@britannic>
So what's happening is this:
I don't have any indexes yet, so when substring_candidates or
equality_candidates call bdb_index_param they get back an
error (see later).
when substring_candidates gets the error it returns 0.
when equality_candidates gets an error it returns rc,
so bdb_list_candidates doesn't call bdb_idl_union to
merge the ids in with the current set, which is zeroed at
the start.
approx_candidates also returns "rc" on error.