You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this issue today, setting upsert: true while making a bulk create request tries to call create on a potentially already existing record giving:
Steps to reproduce
Pass array to
create
method with{ upsert: true }
params.Expected behavior
It should create new items and update existing ones.
Actual behavior
Existing items are not updated.
System configuration
@feathersjs/feathers@3.3.1
feathers-elasticsearch@1.4.0
elasticsearch@15.4.1
NodeJS version:
v10.15.0
Operating System:
Debian
The text was updated successfully, but these errors were encountered: