Skip to content

Commit 890146e

Browse files
committed
RR feedback
1 parent 4cb32bc commit 890146e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

source/crud/read-operations/count.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Count Documents
99
:values: reference
1010

1111
.. meta::
12-
:keywords: count, number, size, collection
12+
:keywords: count, number, size, collection, code example
1313
:description: Learn about how to count the number of documents in a collection in the {+driver-long+}.
1414

1515
.. contents:: On this page
@@ -22,7 +22,7 @@ Overview
2222
--------
2323

2424
In this guide, you can learn how to count the number of documents in your
25-
MongoDB database collections. There are two instance methods in the
25+
MongoDB collections. There are two instance methods in the
2626
``MongoCollection`` class that you can call to count the number of documents in
2727
a collection:
2828

source/crud/read-operations/distinct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Retrieve Distinct Values of a Field
99
:values: reference
1010

1111
.. meta::
12-
:keywords: find, distinct, unique, discrete
12+
:keywords: find, distinct, unique, discrete, code example
1313
:description: Learn about how to retrieve the number of distinct values of a field in the {+driver-long+}.
1414

1515
.. contents:: On this page

source/crud/read-operations/geo.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
Search Geospatially
55
===================
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
710

11+
.. meta::
12+
:keywords: find, geo, geographic, location, locale, coordinate, latitude, longitude, code example
13+
:description: Learn about how to search geospatial data in the {+driver-long+}.
814

915
.. contents:: On this page
1016
:local:

source/logging-monitoring/change-streams.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Open Change Streams
1111
:values: reference
1212

1313
.. meta::
14-
:keywords: watch, changestream, log, monitor, events
14+
:keywords: watch, changestream, log, monitor, events, code example
1515
:description: Learn about how to use change streams in the {+driver-long+}.
1616

1717
.. contents:: On this page

0 commit comments

Comments
 (0)