LyteFM commented on issue #1101: Mango queries with `conflicts: true` return documents that do not have conflicts URL: https://github.com/apache/couchdb/issues/1101#issuecomment-379252125 I was tired of adding and deleting DDocs when searching for conflicts in a DB so I've tried this simple Mango-query in Fauxton: ``` { "selector": { "_conflicts": { "$exists": true } } } ``` But no documents were returned even though conflicts existed. Might be because the "_conflicts" - key is not visible by default. It would help a lot if this was possible via Fauxton.
---------------------------------------------------------------- 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
