appbaseio / appbase-js

appbase.io search client library for JavaScript
MIT License
42 stars 18 forks source link

URLEncode all Ids in the requests #39

Closed siddharthlatest closed 6 years ago

siddharthlatest commented 6 years ago

When an _id field is present in a request - whether it be index(), delete(), update() or even bulk(), can we use URL encoding to ensure that URL unsafe characters can be used in the document _id param?

Related to https://github.com/appbaseio/dejavu/issues/202.