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

Commit e35b506

Browse files
mojito317nickva
authored andcommitted
Fix statement around collation
1 parent 6598c71 commit e35b506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/ddoc/views.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,9 @@ By default CouchDB uses an `ICU`_ driver for sorting view results. It's possible
638638
use binary collation instead for faster view builds where Unicode collation is
639639
not important.
640640

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

645645
.. seealso::
646646
:ref:`views/collation`

0 commit comments

Comments
 (0)