parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Support more mongodb update operators

Open kefengwei opened this issue 11 months ago • 1 comments
trafficstars

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

kefengwei avatar Dec 09 '24 12:12 kefengwei

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!