File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
fundamentals/crud/read-operations Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ mongosh = "``mongosh``"
22
22
driver = " node"
23
23
driver-long = " MongoDB Node.js driver"
24
24
driver-short = " Node.js driver"
25
+ mdb-server = " MongoDB Server"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ fields. The following command creates a text index on two fields in the
58
58
document.
59
59
60
60
To learn more about specifying field weights when creating a text
61
- index, see the :ref :`Text Indexes <node-fundamentals- text-indexes >`
61
+ index, see the :manual :`Text Indexes </index- text/#specify-weights >`
62
62
section in the Indexes guide.
63
63
64
64
You can only create *one* text index per collection. Every text search
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Take the free online course taught by MongoDB instructors
132
132
* - .. figure:: /includes/figures/M220JS_hero.jpg
133
133
:alt: Banner for the MongoDB University Node.js Course
134
134
135
- - `Using MongoDB with Node.js <https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs-y13d >`_
136
- Learn the essentials of Node.js application development with
137
- MongoDB.
135
+ - `Using MongoDB with Node.js <https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs>`_
136
+
137
+ Learn the essentials of Node.js application development with MongoDB.
138
138
You can’t perform that action at this time.
0 commit comments