Skip to content

Commit 6df74fd

Browse files
committed
resolve todos
1 parent 4adaec3 commit 6df74fd

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

source/indexes.txt

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ The following example deletes an index with the specified name:
221221
:copyable:
222222
:dedent:
223223

224-
.. TODO: To learn more about removing indexes, see :ref:`php-indexes-remove`
225-
.. in the Work with Indexes guide.
224+
To learn more about deleting indexes, see :ref:`php-remove-idx`
225+
in the Index Considerations and Management guide.
226226

227227
Atlas Search Index Management
228228
-----------------------------
@@ -252,9 +252,6 @@ The following example creates an Atlas Search index on the specified field:
252252
:copyable:
253253
:dedent:
254254

255-
.. To learn more about creating search indexes, see the
256-
.. :ref:`php-atlas-search-index-create` guide.
257-
258255
List Search Indexes
259256
~~~~~~~~~~~~~~~~~~~
260257

@@ -268,9 +265,6 @@ specified collection:
268265
:copyable:
269266
:dedent:
270267

271-
.. To learn more about listing search indexes, see the :ref:`php-atlas-search-index-list`
272-
.. guide.
273-
274268
Update Search Indexes
275269
~~~~~~~~~~~~~~~~~~~~~
276270

@@ -284,9 +278,6 @@ new index definition:
284278
:copyable:
285279
:dedent:
286280

287-
.. To learn more about updating search indexes, see the :ref:`php-atlas-search-index-update`
288-
.. guide.
289-
290281
Delete Search Indexes
291282
~~~~~~~~~~~~~~~~~~~~~
292283

@@ -298,6 +289,3 @@ The following example deletes an Atlas Search index with the specified name:
298289
:language: php
299290
:copyable:
300291
:dedent:
301-
302-
.. To learn more about deleting search indexes, see the :ref:`php-atlas-search-index-drop`
303-
.. guide.

source/indexes/index-mgmt.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ You can retrieve a list of indexes on a collection by calling the
8383
:end-before: end-list-indexes
8484
:dedent:
8585

86+
.. _php-remove-idx:
87+
8688
Remove an Index
8789
---------------
8890

0 commit comments

Comments
 (0)