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
New Feature / Enhancement Checklist
Current Limitation
Current we only support
$inc,$set,$unsetoperators 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
etc...
Alternatives / Workarounds
3rd Party References