Hi,
If I issue an ldapsearch for groups with a filter of "(&(description=<description>)(|(member=<memberDN>)(memberUid=<memberName>)))" and have the following indexes
olcDbIndex: member eq olcDbIndex: memberUid eq olcDbIndex: description eq
Will openldap be able to use these indexes for this search, or do I have to add a composite index? What might that look like for specifically optimizing this query?
Thanks for the consideration.