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
Google App Engine: Is it possible to do a Gql LIKE query?
There is a startsWith keyword in gql: