Skip to content

Commit a787c73

Browse files
committed
CDRIVER-987 link to "explain" command doc
1 parent 4839021 commit a787c73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/mongoc_collection_find.page

+5-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ cursor = mongoc_collection_find (collection, MONGOC_QUERY_NONE, 0, 0, 0, query,
128128
<p><link href="https://docs.mongodb.org/master/reference/command/find/">The "find" command</link> in the MongoDB Manual.</p>
129129
</section>
130130

131-
132131
<section id="key-named-filter">
133132
<title>Finding a document by a key named "filter"</title>
134133
<p>To find a document like <code mime="x-json">{ "_id": 1, "filter": "value" }</code>, this query works in MongoDB before 3.2:</p>
@@ -169,4 +168,9 @@ cursor = mongoc_collection_find (collection, MONGOC_QUERY_NONE, 0, 0, 0, query,
169168
]]></code>
170169
</section>
171170

171+
<section id="seealso">
172+
<title>See Also</title>
173+
<p><link href="https://docs.mongodb.org/master/reference/command/explain/">The "explain" command</link> in the MongoDB Manual.</p>
174+
</section>
175+
172176
</page>

0 commit comments

Comments
 (0)