Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Fix statement around collation
Browse files Browse the repository at this point in the history
  • Loading branch information
mojito317 authored and nickva committed Nov 18, 2021
1 parent 6598c71 commit e35b506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/ddoc/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ By default CouchDB uses an `ICU`_ driver for sorting view results. It's possible
use binary collation instead for faster view builds where Unicode collation is
not important.

To use raw collation add ``"collation": "raw"`` key-value pair to the design
documents ``options`` object at the root level. After that, views will be
regenerated and new order applied.
To use raw collation add ``"options":{"collation":"raw"}`` within the view object of the
design document. After that, views will be regenerated and new order applied for the
appropriate view.

.. seealso::
:ref:`views/collation`
Expand Down

0 comments on commit e35b506

Please sign in to comment.