From e58e294c770c8f81cc3639b3d5ae289e75a17c80 Mon Sep 17 00:00:00 2001 From: Jonathan DeStefano Date: Mon, 25 Sep 2023 13:34:09 -0400 Subject: [PATCH] DOCSP-32832 - Update canonical for Create an Index page. --- source/tutorial/create-an-index.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/tutorial/create-an-index.txt b/source/tutorial/create-an-index.txt index 0a0ed598964..d56e3de9cd8 100644 --- a/source/tutorial/create-an-index.txt +++ b/source/tutorial/create-an-index.txt @@ -13,6 +13,9 @@ Create an Index :depth: 1 :class: singlecol +.. meta:: + :canonical: https://www.mongodb.com/docs/manual/core/indexes/create-index/ + Indexes allow MongoDB to process and fulfill queries quickly by creating small and efficient representations of the documents in a :term:`collection`. Users can create indexes for any collection on any