Skip to navigation
Find all CouchdDB documents IDs what have conflict
31.07.24
Find all CouchdDB documents IDs what have conflict ```console curl -X POST http://foo:passpass@couchdb.com/foodb/_find -d '{"limit": 1000, "fields":["_id"], "selector": {"_conflicts": { "$exists": true}}, "conflicts": true}' -H content-type:application/json ```
https://docs.couchdb.org/en/stable/api/database/find.html
Reply
Anonymous
Information Epoch 1735326896
Think hierarchically.
Home
Notebook
Contact us