Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make an optional switch to prevent couchapp from adding a couchapp-field in uploaded-docs #24

Open
tisba opened this issue Jan 12, 2010 · 4 comments

Comments

@tisba
Copy link

tisba commented Jan 12, 2010

Using the document-upload-feature from couchapp by throwing .json files in _docs makes couchapp adding a "couchapp: {}" field to each doc. It would be nice, if this behavior could be disabled.

@petebacondarwin
Copy link

What is the point of this added field? If none then I would be in favour of removing it also.

@zanona
Copy link

zanona commented May 14, 2011

Is there any options to deactivate it on _docs and the _design files as well?
I know in these cases it is supposed to track back the way to the right file structure, but what If I don't need the files extensions, etc..is it possible?

@benoitc
Copy link
Member

benoitc commented Oct 12, 2011

the point of couchapp propery is to maintain coherence between apps. See it like a MANIFEST that you find in most of applications.

@BigBlueHat
Copy link
Member

I'd definitely like to find a different way to handle this than adding to the document(s) directly. Not quite sure yet what the options are, but I plan to look into it.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants