ianmayo
ianmayo

Reputation: 2402

Editing a `local document` in CouchDb using fauxton

Am I right in thinking that it is not possible to edit/view a local document in a CouchDb database using Fauxton?

I can't see how to do it from the UI, and Googling returns no references to being able to do it.

Local documents aren't a major part of CouchDb, but this omission does seem an oversight.

Upvotes: 2

Views: 208

Answers (1)

Daniel Mermelstein
Daniel Mermelstein

Reputation: 1385

The answer here still applies because the Cloudant dashboard is basically the same as the Fauxton one, with a few additions.

However, I have made a slight edit to that answer because you can access these local documents in the UI by modifying the dashboard URL with the document ID.

It is not pretty, but it works!

Upvotes: 2

Related Questions