Skip to content

Fix 'date' ref link target on ttl page #5779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/core/index-ttl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ If the field is an array, and there are multiple date values in the
index, MongoDB uses *lowest* (i.e. earliest) date value in the array to
calculate the expiration threshold.

If the indexed field in a document is not a :term:`date <BSON types>`
or an array that holds a date value(s), the document will not expire.
If the indexed field in a document is not a
:ref:`date <document-bson-type-date>` or an array that holds one or
more date values, the document will not expire.

If a document does not contain the indexed field, the document will not
expire.
Expand Down