Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get items from sharepoint list by Title field with ignore care using Caml or SPQuery

I want to get data from SharePoint List using CAML and filtered by Title with ignore case like

<Query>
   <Where>
      <Eq>
         <FieldRef Name='Title' />
         <Value Type='Text'>Car</Value>
      </Eq>
   </Where>
</Query>

But with ignore case so if i have an item with title: car the caml should return it how can I do this?

like image 342
Ahmed Magdy Avatar asked Nov 26 '25 00:11

Ahmed Magdy


1 Answers

I found out it's ignoring case by default.

like image 104
Ahmed Magdy Avatar answered Nov 28 '25 02:11

Ahmed Magdy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!