You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/18 17:02:15 UTC

[GitHub] [couchdb-documentation] mojito317 opened a new pull request #700: Fix statement around collation

mojito317 opened a new pull request #700:
URL: https://github.com/apache/couchdb-documentation/pull/700


   <!-- Thank you for your contribution!
   
        Please file this form by replacing the Markdown comments
        with your text. If a section needs no action - remove it.
   
        Also remember, that CouchDB uses the Review-Then-Commit (RTC) model
        of code collaboration. Positive feedback is represented +1 from committers
        and negative is a -1. The -1 also means veto, and needs to be addressed
        to proceed. Once there are no objections, the PR can be merged by a
        CouchDB committer.
   
        See: http://couchdb.apache.org/bylaws.html#decisions for more info. -->
   
   ## Overview
   
   Meanwhile, the documentation says `collation` should be set to `raw` in the root of the design document's `options` object, actually, it can be set under the view object where `options` will be a sibling of the `map` and `reduce` fields:
   
   ```json
   {
     "_id":"_design/doc",
     "views": {
        "myview1": {
            "map": "function(...) {}",
            "options": {"collation" : "raw"}
        }
     }
   }
   ```
   
   This is misleading, because design doc root also can have an `options` object, but the children of that object can be  `include_design`, `local_seq`, and `partitioned`.
   
   ## Testing recommendations
   
   No
   
   ## GitHub issue number
   
   not a significant change
   
   ## Related Pull Requests
   
   no
   
   ## Checklist
   
   I tested with `make check`.
   - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script) with the commit hash once this PR is rebased and merged
   <!-- Before opening the PR, consider running `make check` locally for a faster turnaround time -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-documentation] nickva merged pull request #700: Fix statement around collation

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #700:
URL: https://github.com/apache/couchdb-documentation/pull/700


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org