Skip to content

Support more mongodb update operators #9478

Open
@kefengwei

Description

@kefengwei

New Feature / Enhancement Checklist

Current Limitation

Current we only support $inc,$set,$unset operators when update field. According mongodb's doc. There are more operators when update field.

Feature / Enhancement Description

Can we support all operators that mongodb supported?

Example Use Case

const obj = new Parse.Object('todo');
obj.min('numberValue',20);
obj.max('numberValue',20);
obj.mul('numberValue',20);

etc...

Alternatives / Workarounds

3rd Party References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)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