diff --git a/source/core/index-partial.txt b/source/core/index-partial.txt index eb3c8346160..92ce785413e 100644 --- a/source/core/index-partial.txt +++ b/source/core/index-partial.txt @@ -43,6 +43,10 @@ indexes only the documents with a ``rating`` field greater than 5. You can specify a ``partialFilterExpression`` option for all MongoDB :ref:`index types `. +.. seealso:: + + To learn how to manage indexes in |compass|, see :ref:``. + Behavior -------- diff --git a/source/tutorial/manage-indexes.txt b/source/tutorial/manage-indexes.txt index 6ef4368f599..cc94dfe38ed 100644 --- a/source/tutorial/manage-indexes.txt +++ b/source/tutorial/manage-indexes.txt @@ -1,3 +1,5 @@ +.. _manage-indexes: + ============== Manage Indexes ==============