nano icon indicating copy to clipboard operation
nano copied to clipboard

Documentation needs fixed for passing keys as parameter in db.view

Open PaulAllan1 opened this issue 9 years ago • 2 comments

Currently the documentation for db.view is as follows: "db.view(designname, viewname, [params], [callback])

calls a view of the specified design with optional query string additions params. if you're looking to filter the view results by key(s) pass an array of keys, e.g { keys: ['key1', 'key2', 'key_n'] }, as params."

In actual fact what needs to be passed in to filter by keys is more like {keys: [['key1', 'key2', 'key_n']] }. Please update the documentation.

PaulAllan1 avatar Dec 09 '15 13:12 PaulAllan1

I agree with @PaulAllan1, please update the documentation. I lost much time trying to figure it out. Regards.

franklinlindemberg avatar Mar 14 '16 17:03 franklinlindemberg

This repository has been merged into apache/couchdb-nano, please continue the discussion here.

carlosduclos avatar Mar 17 '17 13:03 carlosduclos