Skip to content

Fauxton: Mango - Help with retrieving previous revisions of records (Remove newer revisions based on criteria) #10157

Closed Answered by Zero2XIII
Zero2XIII asked this question in Help
Discussion options

You must be logged in to vote

Hi Guys,

So I managed to resolve this with a very manual process.

I created a view in Fauxton with the following:
function(doc) { if (doc['_conflicts'] && doc['Vin Number']) { emit(doc['Vin Number'], doc._id); } }

This gave me a list of records and when I open them up, you can see the conflict and decide which to keep. Key being opening up the entry and not relying on the visual que as that tends to come and go. They GUI for Fauxton is absurdly buggy, but I managed to resolve over a 100 conflicts by hand in doing so, which was a success...

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zero2XIII
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Zero2XIII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
internaldb Relating to Budibase InternalDB (CouchDB)
2 participants