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.
There is no option for case sensitivity in caml queries. You must filter the results secondary for case sensitivity.
It is true that straight CAML queries are case-insensitive, but you may be able to use LINQ to SharePoint to get to what you're trying to achieve.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With