[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Indexed searches which contain a NOT filter returnincomplete results (ITS#1405)



At 11:45 AM 2001-10-25, klb@paradyne.com wrote:
>In the following example, I assume that with the fix the
>index for objectclass=y will not be used.  True?
>
>(&(objectclass=x)(!(objectclass=y)))

Yes, only the index for (objectclass=x) will be used
(with fix applied).

>In the next example, will the index be used?
>
>(!(&(objectclass=x)(objectclass=y)))

No index will be used here (with fix applied).