On Wed, Dec 31, 2008 at 1:27 PM, Ray Malone wrote: > I can't seem to find documentation on how to filter a string value and > expect a lower case value. For example if users input their names in > upper and lower case I want to find the value using a lower case value > later.
You'd need to store a copy of the name in lowercase, so that you can filter by it. -- rodrigo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
