From 2f05b6f7f7f22e5036680ca8a1ef85b3f3c584ce Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Thu, 16 Jan 2025 12:23:47 -0500 Subject: [PATCH] DOCSP-46039: Clarify verifier limitation about TTLs (#545) * init commit * small change * feedback (cherry picked from commit 518297d364b6594048cbfdbd0c062a4b1d722ff3) --- source/includes/fact-verifier-unsupported.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/fact-verifier-unsupported.rst b/source/includes/fact-verifier-unsupported.rst index 62d885c33..827407642 100644 --- a/source/includes/fact-verifier-unsupported.rst +++ b/source/includes/fact-verifier-unsupported.rst @@ -1,7 +1,8 @@ The verifier doesn't check the following namespaces: - Capped collections -- Collections with TTL indexes +- Collections with TTL indexes, including TTL indexes that are added or dropped + during migration - Collections that don't use the default collation - Views @@ -12,5 +13,4 @@ The verifier doesn't check the following collection features: To verify the above data and metadata, script additional checks for these collections and collection features. For more -information, see :ref:`c2c-verification`. - +information, see :ref:`c2c-verification`. \ No newline at end of file