Skip to content

Commit 3435135

Browse files
committed
JS suggestion
1 parent 5437492 commit 3435135

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

source/indexes/multikey-index.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Overview
2323
**Multikey indexes** are indexes that improve the performance of queries
2424
on array-valued fields. You can create a multikey index on a collection
2525
by using the ``MongoDB\Collection::createIndex()`` method and the same
26-
syntax that you use to create single field or compound indexes.
26+
syntax that you use to create :ref:`single field
27+
<php-single-field-index>` or compound indexes.
2728

2829
Sample Data
2930
~~~~~~~~~~~
@@ -75,6 +76,9 @@ about the behavior and limitations of multikey indexes, see
7576
:manual:`Multikey Indexes </core/index-multikey>` in the {+mdb-server+}
7677
manual.
7778

79+
To view runnable examples that demonstrate how to manage indexes, see
80+
:ref:`php-indexes`.
81+
7882
API Documentation
7983
~~~~~~~~~~~~~~~~~
8084

source/indexes/single-field-index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ created in the preceding code example:
8383
Additional Information
8484
----------------------
8585

86+
To view runnable examples that demonstrate how to manage indexes, see
87+
:ref:`php-indexes`.
88+
8689
To learn more about single-field indexes, see :manual:`Single Field
8790
Indexes </core/index-single>` in the {+mdb-server+} manual.
8891

0 commit comments

Comments
 (0)