Thanks for the reply. /db/_all_docs?only_conflicts=true didn't work correctly on android or iOS, which is why I created a custom view for it.
/** * [email protected] * http://twitter.com/nickpomfret * https://uk.linkedin.com/in/nick-pomfret-03614a */ On 19 May 2016 at 21:16, Jens Alfke <[email protected]> wrote: > This looks like an edge case in the view indexing code for SQLite, where > it’s putting the wrong revID in the _conflicts property. I’ll file an issue > for it. > > What you can do instead is query /db/_all_docs?only_conflicts=true, which > will only return documents in conflict. It will also include a _conflicts > property, but the logic that generates it is different (and simpler) and > should work reliably. > > —Jens > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Couchbase Mobile" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mobile-couchbase/6b85pbA0Ess/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/5F199D67-F92B-4F77-89A4-03D3BBE0D28F%40couchbase.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CACfBfNueSVCzqyS%3DrMA%3Dz%3DPYi7zLwtuz17xYc0tdhHsFnan%3DLg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
