[
https://issues.apache.org/jira/browse/COUCHDB-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Joseph Davis updated COUCHDB-156:
--------------------------------------
Attachment: COUCHDB-156.patch
Allows users to optionally include _design documents in views. This setting is
affects all views in a design document because multiple views may sure the same
index but specify different include semantics.
To include _design docs in views, you just need to add a `"include_design":
true` member to the root of your design document.
> views should have input document settings
> -----------------------------------------
>
> Key: COUCHDB-156
> URL: https://issues.apache.org/jira/browse/COUCHDB-156
> Project: CouchDB
> Issue Type: New Feature
> Components: Database Core
> Affects Versions: 0.9
> Environment: Trunk
> Reporter: Paul Joseph Davis
> Priority: Blocker
> Fix For: 0.9
>
> Attachments: COUCHDB-156.patch
>
>
> Noticed that _design docs are appearing to be sent to views. Later I'll write
> a test case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.