recombee / js-api-client

JavaScript client for easy use of the Recombee recommendation API from frontend
23 stars 11 forks source link

[node] SetItemValues does not work for array data #8

Closed dqii closed 4 years ago

dqii commented 4 years ago

const request = new rqs.SetItemValues('id', {data: ['sample']}, { cascadeCreate: true }) client.send(new rqs.Batch([request]))

This does not load the data, but still returns a 200 status code. SetItemValues works for integer and string data.

dqii commented 4 years ago

Wrong repo