Realm bulk update not working

Hello,

I am running Realm for triggering a function on change events. this function does index some documents on another search db. Recently I found out, that my documents in the search db are not updated when I’m using the initializeUnorderedBulkOp (nodejs) operator and do my updates as bulk e.g. bulk,find(…).updateOne(…) => search db not updated.

Normal updates without bulk operators work fine.

Are there any known limitation when on realm in regard to bulk update operations

mongodb version 4.2.10 Wired Tiger
nodejs version 12.X
mongoose version

thanks in advance

Hi @Sami_Karak - do you mind sharing your entire code snippet - it’s hard to tell what issue you might be running into with Triggers without seeing the function code.