Answer: Google App Engine: Is it possible to do a Gql LIKE query? #answer #it #programming
Answer: Google App Engine: Is it possible to do a Gql LIKE query? #answer #it #programming
Google App Engine: Is it possible to do a Gql LIKE query?
Simple one really. In SQL, if I want to search a text field for a couple of characters, I can do:
SELECT blah FROM blah WHERE blah LIKE '%text%'
The documentation for App Engine makes no mention of how to achieve this, but surely it’s a common enough problem?
Anthony
Answer [by Dave Webb]: Google App Engine: Is it possible to do a Gql…
View On WordPress









