Skip to content

[7.x] [DOCS] Add periods to collapsible summaries (#67439) #67445

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
Jan 13, 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
10 changes: 5 additions & 5 deletions docs/reference/migration/migrate_7_11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ your application to {es} 7.11.

See also <<release-highlights>> and <<es-release-notes>>.

// * <<breaking_711_blah_changes>>
// * <<breaking_711_blah_changes>>
* <<breaking_711_search_changes>>
* <<breaking_711_transform_changes>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand All @@ -22,7 +22,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
=== Search changes

[[highlight-normalization]]
.Keyword fields with a custom normalizer will use the normalized form when highlighting
.Keyword fields with a custom normalizer will use the normalized form when highlighting.
[%collapsible]
====
*Details* +
Expand All @@ -34,7 +34,7 @@ snippets in lower case.
====

[[text-subfields]]
.Internal fields used for text search acceleration are hidden
.Internal fields used for text search acceleration are hidden.
[%collapsible]
====
*Details* +
Expand All @@ -47,7 +47,7 @@ internal only and cannot be invoked as searchable fields in queries.
====

[[significant-text-non-text-fields]]
.The significant text aggregation now throws an error if applied to a numeric field
.The significant text aggregation now throws an error if applied to a numeric field.
[%collapsible]
====
*Details* +
Expand Down