Skip to content

Enhancement: Enhance query by using column values for comparision #2920

Open
@florianbepunkt

Description

@florianbepunkt

It would greatly enhance parse-server's query capabilities if it would be possible to use column values for comparison in querys.

Right now we can only compare a column against a fixed value like so

query.greaterThan('movieRating', 5);

In a lot of use cases it would help to compare it against another column value like this

query.greaterThan('movieRating', 'anotherFieldInThisRow');

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