44Retrieve Data
55=============
66
7+ .. facet::
8+ :name: genre
9+ :values: reference
10+
11+ .. meta::
12+ :keywords: find one, find many, pipeline, code example
13+
714.. contents:: On this page
815 :local:
916 :backlinks: none
@@ -124,7 +131,8 @@ The following table describes commonly used settings that you can specify in
124131 - Description
125132
126133 * - ``collation``
127- - | The collation to use when sorting results.
134+ - | The collation to use when sorting results. To learn more about collations,
135+ see the :ref:`rust-collations` guide.
128136 |
129137 | Type: ``Collation``
130138 | Default: ``None``
@@ -168,7 +176,6 @@ The following table describes commonly used settings that you can specify in
168176 | Default: ``None``
169177
170178.. TODO link to projection fundamentals page under projection setting
171- .. TODO link to collation fundamentals page under collations setting
172179.. TODO link to skip fundamentals page under skip setting
173180.. TODO link to sort fundamentals page under sort setting
174181
@@ -325,7 +332,8 @@ The following table describes commonly used settings that you can specify in
325332 subsequent batches
326333
327334 * - ``collation``
328- - | The collation to use when sorting results.
335+ - | The collation to use when sorting results. To learn more about collations,
336+ see the :ref:`rust-collations` guide.
329337 |
330338 | Type: ``Collation``
331339 | Default: ``None``
@@ -356,8 +364,6 @@ The following table describes commonly used settings that you can specify in
356364 |
357365 | Type: ``WriteConcern``
358366
359- .. TODO link to collation fundamentals page under collations setting
360-
361367For a full list of settings, see the API
362368documentation for `AggregateOptions <{+api+}/options/struct.AggregateOptions.html>`__.
363369
@@ -393,11 +399,11 @@ pipeline that contains the following stages:
393399Additional Information
394400----------------------
395401
396- .. TODO For runnable examples of the find operations, see the following usage
397- .. examples:
398- ..
399- .. - :ref:`rust-find-one`
400- .. - :ref:`rust-find-multiple `
402+ For runnable examples of the find operations, see the following usage
403+ examples:
404+
405+ - :ref:`rust-find-one-usage `
406+ - :ref:`rust-find-usage `
401407
402408To learn more about the operations in this guide, see the
403409following documentation:
@@ -415,7 +421,7 @@ following documentation:
415421API Documentation
416422~~~~~~~~~~~~~~~~~
417423
418- To learn more about the methods and types discussed in this
424+ To learn more about the methods and types mentioned in this
419425guide, see the following API documentation:
420426
421427- `find_one() <{+api+}/struct.Collection.html#method.find_one>`__
0 commit comments