[
https://issues.apache.org/jira/browse/COUCHDB-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798706#comment-15798706
]
Robert Newson commented on COUCHDB-3266:
----------------------------------------
if you keep _all_ original fields then the deleted doc takes up as much space
as before. Do as Nick suggests and keep only the fields that you need for your
filter.
> changes feed not invoked when deleting a document using a selector filtered
> feed.
> ---------------------------------------------------------------------------------
>
> Key: COUCHDB-3266
> URL: https://issues.apache.org/jira/browse/COUCHDB-3266
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Reporter: Steven Spungin
>
> When I subscribe to the _changes endpoint with a selector filter, I get
> updated and created changes, but not deleted changes.
> But when I subscribe without a selector, I get all the changes as expected.
> Here is my posted selector:
> {"selector": {"type": "message", "subtype": "email"}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)