<div>I have the following entry in my schema,</div>
<div>&nbsp;</div>
<div>attributeTypes: (&nbsp;someOID NAME ( &#39;mailAddress&#39; ) DESC &#39;mailAddress&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )<br>&nbsp;</div>
<div>This attribute is indexed, using information below. </div>
<div>&nbsp;</div>
<div>dn: cn=mailAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config<br>objectClass:top<br>objectClass:nsIndex<br>cn:mailCurrentAddress<br>nsSystemIndex:false<br>nsIndexType:eq</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>In our sample db, we have mailAddress set to <a href="mailto:foo@bar.com">foo@bar.com</a>. When I run ldapsearch with <a href="mailto:mailAddress=foo@bar.com">mailAddress=foo@bar.com</a>, it returns 1 record. When I search with 
<a href="mailto:mailAddres=Foo@bar.com">mailAddres=Foo@bar.com</a> I get 0 entries back. What do I need to change for FDS to perform a case-insensitive search?&nbsp; I tried changing my attribute type to directory string and equalit to caseIgnoreMatch and got the same results. 
</div>
<div>&nbsp;</div>
<div>Thanks in advance. <br>&nbsp;</div>
<div>&nbsp;</div>