Le 10/11/14 09:58, Neha Rawat a écrit : > Ooops. > Is there any other way to achieve this functionality? Some workaround or > some other ugly way of doing this? > Only requirement is to achieve case-sensitive & case-insensitive search on > the same attribute.
There is no workaround. You have to filter the result on the client side. It's probably a better idea to define your own attribute that is case-sensitive and add it to your entry, in order to be able to do a case-sensitive search.
