Skip to content

datastore: Filter seems not to work on Strings #24

Description

@temsa
var q = ds.createQuery('Myobject').filter("state =", "DONE").order("-createdAt").limit(500)

Does not return anything, while removing the filter returns some 'state = DONE' objects

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: datastoreIssues related to the Datastore API.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions