You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just started working on a side project using flutter and parse. I'm really enjoying the development experience until now.
I have unfortunately run in a bit of a bump on the road when creating relational queries.
Let's take the example from the documentation that has a series of Posts and Comments. Each comment has a pointer to its parent post. Each comment has a pointer to a ParseUser (the author of the comment).
I would like to find all posts where User 'X' did not comment at all.
Is there a way of expressing this query with the current sdk?
Edit: looking at other parse sdks something like doesNotMatchKeyInQuery would solve this query.
The text was updated successfully, but these errors were encountered:
We are closing issues that have been open for a long time without activity.
This will make it easier to organize things from now on.
If the problem persists, please open a new issue.
Thanks.
I have just started working on a side project using flutter and parse. I'm really enjoying the development experience until now.
I have unfortunately run in a bit of a bump on the road when creating relational queries.
Let's take the example from the documentation that has a series of Posts and Comments. Each comment has a pointer to its parent post. Each comment has a pointer to a ParseUser (the author of the comment).
I would like to find all posts where User 'X' did not comment at all.
Is there a way of expressing this query with the current sdk?
Edit: looking at other parse sdks something like doesNotMatchKeyInQuery would solve this query.
The text was updated successfully, but these errors were encountered: