[
https://issues.apache.org/jira/browse/COUCHDB-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Anderson reopened COUCHDB-156:
------------------------------------
Nevermind. Damien has spoken:
<damienkatz> should be fixed, like this: <<?DESIGN_DOC_PREFIX, _/binary>>
<jchris> damienkatz: why skip design docs in views?
<damienkatz> because you rarely want them, and ususally you only have small
number of design docs.
<damienkatz> but views can have a flag to control things like that.
<jchris> I'll be wanting to find all the design docs with an index.html
attachment
<jchris> and I've written code that autogenerates scores of ddocs
<jchris> having a flag would do the trick
<jchris> but I wonder if it is not more complex than necessary
<damienkatz> jchris: yes, add support for view options.
<damienkatz> we already need it for the sort order thing
<jchris> "options" : {"sort":[true,false], "include_design_docs":true, ... }
<damienkatz> and it would be nice to send more or less doc meta data, or things
like binaries too.
<damienkatz> right
<jchris> "all_revs"
<damienkatz> right
<jchris> ok, good, attaching this transcript to the ticket and reopening
> Design docs being sent to views
> -------------------------------
>
> Key: COUCHDB-156
> URL: https://issues.apache.org/jira/browse/COUCHDB-156
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Affects Versions: 0.9
> Environment: Trunk
> Reporter: Paul Joseph Davis
> Priority: Minor
>
> 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.