loopbackio / loopback-connector-elastic-search

Strongloop Loopback connector for Elasticsearch
MIT License
78 stars 56 forks source link

Implement support for replaceById operation #48

Open juanpujol opened 7 years ago

juanpujol commented 7 years ago

Error: The connector elasticsearch does not support replaceById operation. This is not a bug in LoopBack. Please contact the authors of the connector, preferably via GitHub issues.

Get rid of this error when POST /Model/{id}/replace Replace attributes for a model instance and persist it into the data source.`

mgmohitgawande commented 5 years ago

this issue is still open. Any chance of merging 4f11cef commit in master and publishing?