Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.0.0.AM26
-
None
Description
When doing a search with a filter like "(&(objectClass=top)(cn=blah))", the search fails to return anything because the first filter element selects 0 candidate, because 'top' is not anymore indexed (there is no reason to index 'top', as every single entry has such a value).
The problem is that the search engine does not take care of this special use case.