Hello,
I use with SharePoint 2010 the following rest request:
$orderby=columnA&$filter=indexof(tolower(columnA), tolower('123')) gt -1
I tried wit SharePoint 2013 and it does not seem to work. It looks like it does not like indexof anymore.
Can anybody confirm they are having the same issue ?
Thx