Support for arrayFilters in Functions
Can we add arrayFilters and other array update capabilities that already exist in MQL? Its is difficult to update arrays, and very easy to update an array in MQL in node.js for example.
-
Jason commented
Upon further review, Realm actually asserts this is possible in its own documentation: https://docs.mongodb.com/realm/mongodb/crud-and-aggregation-apis/#std-label-mongodb-crud-and-aggregation-apis-query-options
Am I missing something here?
-
Jason commented
This is critical for interfacing with MongoDB... And it would be nice if these limitations were documented somewhere so I don't have to dig this up after writing all the code to use array filters and getting back Realm errors...
-
Rahul commented
Does this mean that using arrayFilters in a Realm serverless function does not work currently? I personally can't get it to work and am wondering if this is the reason why.