Skip to content

Relational Query Question #338

Closed
Closed
@xabre

Description

@xabre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions