-
Notifications
You must be signed in to change notification settings - Fork 677
Datastore like queries #1133
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I realize datastore does not have like queries but is there an example of how to do a filter such as
Can you do this with the current API using the
.filter()method?