You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/04/06 13:24:31 UTC

[GitHub] LyteFM commented on issue #1101: Mango queries with `conflicts: true` return documents that do not have conflicts

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:
users@infra.apache.org


With regards,
Apache Git Services