From 0363fda5a9a9b40b883e25a97b423c1e3335f1da Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 30 Sep 2024 13:52:26 -0400 Subject: [PATCH 1/2] empty From 334e7666ffbe1efdda335b70e54a0290d3c3d797 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 30 Sep 2024 13:55:02 -0400 Subject: [PATCH 2/2] * --- source/includes/steps-create-index.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/steps-create-index.yaml b/source/includes/steps-create-index.yaml index 042dfc4c2..f6578cd40 100644 --- a/source/includes/steps-create-index.yaml +++ b/source/includes/steps-create-index.yaml @@ -82,10 +82,10 @@ content: | For example: - The following partial filter expression only indexes - documents where the ``timezone`` field exists: + The following partial filter expression only indexes + documents where the ``timezone`` field exists: - .. code-block:: js + .. code-block:: js { "timezone": { "$exists": true } }