cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

feat: update the search params to latest #338

Closed njsokol closed 6 years ago

njsokol commented 6 years ago

Checklist

Description

I was trying to perform the highlighting feature provided by cloudant and nano and noticed that they were missing in this interface and thus could not be used.

Approach

nano has already made these changes https://github.com/apache/couchdb-nano/blob/master/lib/nano.d.ts#L1012-L1068

Schema & API Changes

Fixing missing parameters in API

Security and Privacy

Testing

Monitoring and Logging

njsokol commented 6 years ago

I'm not sure what else you need from me to update this to the latest. Feel free to reach out if you need anything

ricellis commented 6 years ago

Thanks for submitting this, we're going to take some time to evaluate whether moving our dependency to Nano 7.x is a preferable solution.

ricellis commented 6 years ago

Closing as this will be superseded by #342 to update to the latest version of Nano.