strapi-plugin-elastic
strapi-plugin-elastic copied to clipboard
Error using createOrUpdate Method
I'm trying to use the createOrUpdate method, but I get this error.
(node:7342) UnhandledPromiseRejectionWarning: ResponseError: mapper_parsing_exception
at IncomingMessage.
Reading in some other sites, this problem is related to string type that ElasticSeacrh does not support. I don't know if the issue is really associated with that problem or I'm committing some mistakes in the implementation.