Github user nolanlawson commented on the pull request:

    https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-98403278
  
    Also: it seems impossible to specify `attachments` anywhere (keep in mind 
that PouchDB has not implemented `atts_since` yet). This seems to be a blocker 
bug that would make us unable to use your implementation.
    
    As a suggestion, can we specify `attachments=true` in the same way as 
`revs`, ala:
    
        curl -X POST "127.0.0.1:15984/mydb/_bulk_get?attachments=true" -H 
'content-type:application/json' -H 'accept:application/json' --data-binary 
'{"revs": true, 
"docs":[{"id":"foo","rev":"1-967a00dff5e02add41819138abb3284d"}]}'
    
    Specifying it per-doc would also be okay, but it's wasteful from our 
perspective, because we will set it to `true` for every doc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to