Hello,
I'm wondering what happens when you add multiple indexes for the same attribute with the same keyword occuring in each of them but with a different set.
So for example:
olcDbIndex: objectClass pres,eq
olcDbIndex: objectClass eq
Is this the same as if you'd only have:
olcDbIndex: objectClass pres,eq
?