function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kiwitrotterkiwitrotter 

Spring 15 SOQL LIKE not working

Hi all,

Just a quick question to see if anyone has come across this already. In one of our Sandboxes I have the pre-release of Spring 15 (our live instance is on Winter 15) and when I try to run a query using the LIKE comparison operator it won't let me run the query.

For example, a very simple query as follows to pull back a list of users containing 'Power' as part of their full name:

Select Email From User Where Name Like '%Power%'

This query will not execute on Spring 15 but it runs fine and returns the expected results when I run it on our live instance. I performed the queries in both instances via the Developer Console.

Any thoughts on this would be most welcome as I'm concerned that the upcoming release that is due to be implemented in our live instance next month will have the same problem. We don't have developer support as part of our Salesforce contract which is why I am posting this issue here.

Many thanks in advance for your help with this.
PratikPratik (Salesforce Developers) 
Hi,

This is a bug for this release but currently it's not listed as the known issues.

The p[rior known issues for the same :
https://success.salesforce.com/issues_view?id=a1p300000008XUPAA2

Thanks,
Pratik