使用 Google App Engine 时可以根据模式进行文本搜索吗?
我看到的所有示例都展示了如何提取与字符串完全匹配的实体。
是否有与 LIKE 查询等效的查询?
另外,如果有帮助,我正在考虑使用结果来自动完成文本框。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google App Engine:是否可以执行 Gql LIKE 查询?
gql 中有一个startsWith 关键字:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/972599e12c8e7fc8/83c9d1f1b78898ab?hl=en& lnk=gst&q=StartsWith#83c9d1f1b78898ab
Google App Engine: Is it possible to do a Gql LIKE query?
There is a startsWith keyword in gql:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/972599e12c8e7fc8/83c9d1f1b78898ab?hl=en&lnk=gst&q=StartsWith#83c9d1f1b78898ab