[
https://issues.apache.org/jira/browse/COUCHDB-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15652247#comment-15652247
]
ASF subversion and git services commented on COUCHDB-2988:
----------------------------------------------------------
Commit e828b70ba770cd695c8a51c9e1f3e6ae3edcd004 in couchdb's branch
refs/heads/master from [~vatamane]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=e828b70 ]
Bump fabric and couch to add "fields" to change feed selectors
When using selectors with `include_docs=true` can specify an optional fields
array in the POST request JSON body.
Each element in the array can be a json field (or even a key path
specified as field1.field2...). Resulting documents will contain only the
specified document fields.
For example:
```
http://.../d1/_changes?filter=_selector&include_docs=true
{
"selector": {"z" : {"$gte" : 1} }, "fields": ["field1", "field2"]
}
COUCHDB-2988
> Allow query selector as changes and replication filter
> ------------------------------------------------------
>
> Key: COUCHDB-2988
> URL: https://issues.apache.org/jira/browse/COUCHDB-2988
> Project: CouchDB
> Issue Type: Improvement
> Components: Database Core, Mango
> Reporter: Nick Vatamaniuc
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)