I want to query a String member and ignore the case. so I want to find an object where stringName=="Marty" and the pattern is : some_pattern== "RT"
convert stringName to upperCase convert some_pattern to upperCase then select * where stringName LIKE (%some_pattern%%) what does the setFilter look like on that? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
