-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update/Upsert does not update array in collection #1676
-
When I insert datas in collection for exemple :
"datas": [
{"id": 1}
],
And then when I make an upsert or update with others datas in array for example :
"datas": [
{"id": 1},
{"id": 2},
{"id": 3}
],
my collection keep only the first datas from the insertion.
Could you help me?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment