If it is your "webdb" service, why don't you just lower-case the key-name and the search input before doing the lookup?
Robert On Thu, Aug 26, 2010 at 10:27, Paul Frey <[email protected]> wrote: > So I have an app (programmed in app inventor) that will locate your > position with the GPS, return an address to the text box, and when you > click the search button, will search my custom tiny webDB service for > the key (keys are made up of road addresses) that matches that > address. However, the keys on this webDB service is case sensitive > and white space sensitive it seems. So when the GPS returns the > address to my text box it is not in the right format to find its > correct match in the key column. Does anybody know a way around this? > > -Paul > > -- > 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. > > -- 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.
