wohali commented on issue #932: Enable temporary views in CouchDB 2.x URL: https://github.com/apache/couchdb/issues/932#issuecomment-340494860 Sorry, temporary views are not coming back. Have you considered using Mango selectors on `_changes` feeds? You'll get the same behaviour that you're looking for (one-time use filters), and the convenient output structure of a _changes feed which is easily parsed by your client code. http://docs.couchdb.org/en/latest/api/database/changes.html#selector The same syntax is supported for replication by specifying your selector directly in a _replicator document.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
