All examples I'm seeing show how to pull up entities matching a string exactly.
Is there an equivalent to a LIKE query?
Also, if it helps, I'm thinking of using the result for an auto-completing a text box.
Thanks
|
All examples I'm seeing show how to pull up entities matching a string exactly. Is there an equivalent to a LIKE query? Also, if it helps, I'm thinking of using the result for an auto-completing a text box. Thanks
| |||
|
feedback
|
|
http://stackoverflow.com/questions/47786/google-app-engine-is-it-possible-to-do-a-gql-like-query There is a startsWith keyword in gql: | |||
|
feedback
|