Skip to content
New issue

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

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

Already on GitHub? # to your account

Support more mongodb update operators #9478

Open
kefengwei opened this issue Dec 9, 2024 · 1 comment
Open

Support more mongodb update operators #9478

kefengwei opened this issue Dec 9, 2024 · 1 comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@kefengwei
Copy link

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

Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels Dec 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants