4
4
Retrieve Data
5
5
=============
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: find one, find many, pipeline, code example
13
+
7
14
.. contents:: On this page
8
15
:local:
9
16
:backlinks: none
@@ -124,7 +131,8 @@ The following table describes commonly used settings that you can specify in
124
131
- Description
125
132
126
133
* - ``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.
128
136
|
129
137
| Type: ``Collation``
130
138
| Default: ``None``
@@ -168,7 +176,6 @@ The following table describes commonly used settings that you can specify in
168
176
| Default: ``None``
169
177
170
178
.. TODO link to projection fundamentals page under projection setting
171
- .. TODO link to collation fundamentals page under collations setting
172
179
.. TODO link to skip fundamentals page under skip setting
173
180
.. TODO link to sort fundamentals page under sort setting
174
181
@@ -325,7 +332,8 @@ The following table describes commonly used settings that you can specify in
325
332
subsequent batches
326
333
327
334
* - ``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.
329
337
|
330
338
| Type: ``Collation``
331
339
| Default: ``None``
@@ -356,8 +364,6 @@ The following table describes commonly used settings that you can specify in
356
364
|
357
365
| Type: ``WriteConcern``
358
366
359
- .. TODO link to collation fundamentals page under collations setting
360
-
361
367
For a full list of settings, see the API
362
368
documentation for `AggregateOptions <{+api+}/options/struct.AggregateOptions.html>`__.
363
369
@@ -393,11 +399,11 @@ pipeline that contains the following stages:
393
399
Additional Information
394
400
----------------------
395
401
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 `
401
407
402
408
To learn more about the operations in this guide, see the
403
409
following documentation:
@@ -415,7 +421,7 @@ following documentation:
415
421
API Documentation
416
422
~~~~~~~~~~~~~~~~~
417
423
418
- To learn more about the methods and types discussed in this
424
+ To learn more about the methods and types mentioned in this
419
425
guide, see the following API documentation:
420
426
421
427
- `find_one() <{+api+}/struct.Collection.html#method.find_one>`__
0 commit comments