I\'m working on a servlet in Google App Engine. This servlet retrieves the data from the GAE\'s datastore; everything works fine when querying like \"SELECT * FROM...\". But when I want to filter it b
I want to do an OR filter within google app engine. For example: class MyModel(db.Model): name = db.StringPropery()
I need to filter entities based on one of their ListProperties having a certain element pre开发者_如何学编程sent.So kind of like:
Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys?For example:
Using the google appengine datastore, is there a way to perform a gql query that specifies a WHERE clause on a StringProperty datatype that is case insensitive?I am not always sure what case the value