Skip to content

Relational Query Question #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xabre opened this issue Mar 19, 2020 · 2 comments
Closed

Relational Query Question #338

xabre opened this issue Mar 19, 2020 · 2 comments

Comments

@xabre
Copy link

xabre commented Mar 19, 2020

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.

@fischerscode
Copy link
Contributor

@xabre
I have not used them jet, but have you tried this functions?

whereMatchesQuery
whereDoesNotMatchQuery

@RodrigoSMarques
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants