I have a caml request that pulls data from a sharepoint list
Here is the query I'm using
tempQuery = "John" + CURRENT_USER_Info.currFilter + "";
The problem is that I have a search only for John, not for john or JOHN
so basically looking for a caml request that can filter case sensitively ..
Any help is appreciated.
source
share