Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Planned
Created by Guest
Created on Aug 19, 2019

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.
  • Guest
    Feb 2, 2022
    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?
  • Guest
    Feb 2, 2022
    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...
  • Guest
    Aug 3, 2020
    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.