Filter attachements in _changes API
-----------------------------------

                 Key: COUCHDB-1263
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1263
             Project: CouchDB
          Issue Type: Improvement
          Components: HTTP Interface
    Affects Versions: 1.1
         Environment: All
            Reporter: David Pilato
            Priority: Minor


It could be useful to have a filter on attachements in _changes API.

A call like below (note the filter_attachements=true new option) :
http://localhost:5984/myindex/_changes?feed=continuous&heartbeat=10000&include_docs=true&filter_attachements=true
will remove the _attachments field for each response.

A JIRA seems to talk of a more wild improvement 
https://issues.apache.org/jira/browse/COUCHDB-390, but I would like to have a 
really easier way for attachements.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to