I have query task to seach first name however users have to type first letter as upper case just like value in the attribute table. For example, they have to type like 'John' not 'john'. Is there way that users can type either upper or lower case?
<esri:Query id="queryFname" text="%{qTextFname.text}%" where="FName like '%{qTextFname.text}%'">