Skip to content

Order by nested objects #2113

Closed
Closed
@codebreach

Description

@codebreach

I am skipping on the issue template because this is not a bug.

I have an object with a Pointer to User (named creator). I want to be able to order by the full_name field on User

Currently, if I do order('creator.full_name') i get the following error:

{"code":105,"error":"creator.full_name is not a valid order key"}

Would it be possible to implement this in parse-server? Would a PR be accepted for the same?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions