Skip to content

Datastore like queries #1133

@j-5-s

Description

@j-5-s

I realize datastore does not have like queries but is there an example of how to do a filter such as

db.GqlQuery("SELECT * FROM MyModel WHERE prop >= :1 AND prop < :2",
            "abc",
            u"abc" + u"\ufffd")

Can you do this with the current API using the .filter() method?

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions