Skip to content

Commit

Permalink
Fix bulk API difference between ES6 -> E7/OS
Browse files Browse the repository at this point in the history
Looks like they renamed fields...
  • Loading branch information
supersven committed Nov 22, 2024
1 parent 0b12c1d commit d1a5104
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ bulkUpsertImpl cfg docs = do
[ "index"
.= object
[ "_id" .= docId,
"_version_type" .= versionType,
"_version" .= version
"version_type" .= versionType,
"version" .= version
]
]

Expand Down

0 comments on commit d1a5104

Please sign in to comment.