beloglazov / couchdb-scala

A purely functional Scala client for CouchDB
Apache License 2.0
65 stars 19 forks source link

Documents filter by type method should exclude docs by default #45

Closed ermyas closed 8 years ago

ermyas commented 8 years ago

Currently fetching documents by type includes documents in result. Given that filtering by type does not inherently imply a need to fetch associated documents, the default behaviour should be to exclude docs.