We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017a9e commit c03f3f0Copy full SHA for c03f3f0
snooty.toml
@@ -22,3 +22,4 @@ mongosh = "``mongosh``"
22
driver = "node"
23
driver-long = "MongoDB Node.js driver"
24
driver-short = "Node.js driver"
25
+mdb-server = "MongoDB Server"
source/fundamentals/crud/read-operations/text.txt
@@ -58,7 +58,7 @@ fields. The following command creates a text index on two fields in the
58
document.
59
60
To learn more about specifying field weights when creating a text
61
- index, see the :ref:`Text Indexes <node-fundamentals-text-indexes>`
+ index, see the :manual:`Text Indexes </index-text/#specify-weights>`
62
section in the Indexes guide.
63
64
You can only create *one* text index per collection. Every text search
0 commit comments