cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Support '/_search_disk_size' search endpoint #358

Closed smithsz closed 6 years ago

smithsz commented 6 years ago

Thanks for your hard work, please ensure all items are complete before opening.

What

Support /_search_disk_size search endpoint.

How

Added new method DesignDocument.search_disk_size.

Testing

Includes additional unit test.

Issues

Fixes #357.