[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Substrings
At present, (directory and IA5) substrings indexing only generates/uses
indices for "initial" and "final" strings. Indexing for "any" strings
is not implemented (and isn't high on my priority list).
At 03:42 PM 8/21/00 -0400, Mark Adamson wrote:
>Many mail clients use filters like (|(mail=*adamson*)(sn=*adamson*) ....
>for name lookups, and these turn into very long searches.
Also, note that a substring assertion of mail is undefined
(no substring matching rule provided in schema), so indexing
really doesn't matter. The server should optimize this to ALLIDS
quickly.
Kurt