[ 
https://issues.apache.org/jira/browse/COUCHDB-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Randall Leeds resolved COUCHDB-635.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

According to Chris' last comment this was fixed in 0.11 but no one closed the 
ticket. I haven't gone back to check 0.11 for sure but 1.0.1 and beyond 
definitely doesn't have this problem.

> A document with a field named 'constructor' causes it to silently be excluded 
> from any and all map views
> --------------------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-635
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-635
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.10.1
>         Environment: Mac OS X 10.6.2, CouchDB 0.10.1
>            Reporter: James Cash
>            Priority: Minor
>             Fix For: 0.11
>
>
> If a document has a (nested) field named 'constructor', any map which 
> attempts to emit the document will instead silently discard it.
> For example, the document
> {   "_id": "CSC190H1S",
>    "_rev": "32-287eec55e59305ee94129a0be940bf41",
>     "outcomes": {
>                "constructor": [
>                    "knowledge"
>                ]
>     }
> }
> will silently be excluded by any view which attempts to emit "doc" or 
> "doc.outcomes" .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to