Google App Engine and SQL LIKE

Posted by jb on Stack Overflow See other posts from Stack Overflow or by jb
Published on 2010-02-26T09:41:49Z Indexed on 2010/04/24 16:33 UTC
Read the original article Hit count: 274

Is there any way to query GAE datastore with filter similar to SQL LIKE statement? For example, if a class has a string field, and I want to find all classes that have some specific keyword in that string, how can I do that? It looks like JDOQL's matches() don't work... Am I missing something?

Any comments, links or code fragments are welcome

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine