[ 
https://issues.apache.org/jira/browse/COUCHDB-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243289#comment-15243289
 ] 

ASF subversion and git services commented on COUCHDB-2988:
----------------------------------------------------------

Commit e63f6864891ac9f00373ec0d3d5fee0085d2e2fa in couchdb-couch's branch 
refs/heads/master from [~kzx]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-couch.git;h=e63f686 ]

Implement Mango selectors for change feeds

API is modeled after _doc_ids filter for change feeds.

User POSTs to {db}/_changes with `filter=_selector`.
Document body should have a "selector" field, with
a Mango selector object as value.

For example:
```
http http://.../d1/_changes?filter=_selector
{
  "selector": {"z" : {"$gte" : 1} }
}
```

Jira: 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)

Reply via email to