benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Extend stale and keys parameters of view query #151

Closed xorver closed 11 months ago

xorver commented 8 years ago

During work with couchbeam views I've found that 'keys' and 'stale' parameters do not work correctly. Here are some fixes I've made. Let me know if they're reasonable.

xorver commented 7 years ago

I've reverted changes to keys param (explaining why in comments to changed file).