Hi everyone,
I want to make search forms without having problems with case sensitivity. Any ideas on how to do it in DQL ?
My query in my form looks like this :
"SELECT user_name , user_login_name FROM dm_user WHERE user_name like '$name$%'"
and when I search for a user, let's say Anthony, and if I type ant, it doesn't return me any results. With Ant, it returns me Anthony.
Thanks in advance for your help.
Mel