CAML query case sensitive search
sharepoint, xml
Solution
There is no option for case sensitivity in caml queries. You must filter the results secondary for case sensitivity.
Problem
I have a caml query which is pulling data from sharepoint list Here is the query I am using tempQuery = "John"+CURRENT_USER_Info.currFilter+""; The problem is I have search only for John and not john or JOHN so basically looking for a caml query which can filter case sensitively.. Any help is appreciated.