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
The metadata content is correct, but assign() states that "Later sources' properties overwrite earlier ones.",
and document.body has already these properties, with null values.
I got the expected behaviour with this hack in the distributed js:
The single update() operation is not affected because its code is different.
The bug is at /lib/service/storage/elasticsearch.ts#L3120, _processExtract():
The metadata content is correct, but assign() states that "Later sources' properties overwrite earlier ones.",
and document.body has already these properties, with null values.
I got the expected behaviour with this hack in the distributed js:
I didn't investigate on the two other assign() usages in this file, but they probably have a similar defect.
Context (Environment)
Kuzzle version: master
Node.js version:
SDK version:
The text was updated successfully, but these errors were encountered: