Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update/Upsert does not update array in collection #1676

Closed Unanswered
matthieugluszkowski asked this question in General
Discussion options

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?

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Converted from issue

This discussion was converted from issue #1676 on September 02, 2020 05:27.

AltStyle によって変換されたページ (->オリジナル) /