Hi<br><br>I am trying to make our directory more &quot;user friendly&quot;. We are in Spain, so there are people names like mine, &quot;Juan Asensio Sánchez&quot; (Sánchez with tilde). Well, i I do a search with filter &quot;(cn=*sánchez)&quot; (with tilde), and I get my user in the results, but if i try with the filter &quot;(cn=*sanchez)&quot; (without tilde), i get no results (I understand why). Is there anyway to make searches using indexes with the attribute nsMatchingRule to behave as I need?<br>

<br>I have tried with:<br><br>nsMatchingRule: caseIgnoreSubstringMatch-es<br><br>in the cn index, but using the second filter &quot;(cn=*sanchez)&quot;, i am already having no results.<br><br>NB: I know I can use cn;lang-en, but this implies add more attributes manually, duplicate similar values, etc.<br>

<br>Regards.<br>