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/03/27 16:04:50 UTC

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

garbados 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-376580906
 
 
   Given a database with conflicts, here are the index and selector I am using:
   
   ```
   ```
   const SELECTOR = {
     selector: { _conflicts: { $exists: true } },
     use_index: 'conflicts'
   }

----------------------------------------------------------------
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