From 10aba4462823332600095dfd1a57acd56d2e637f Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 6 Jul 2021 12:05:05 -0400 Subject: [PATCH] [DOCS] Add release highlight for async SQL search --- .../release-notes/highlights.asciidoc | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/reference/release-notes/highlights.asciidoc b/docs/reference/release-notes/highlights.asciidoc index 4d8cd0184a82b..2ffe5a28b94ad 100644 --- a/docs/reference/release-notes/highlights.asciidoc +++ b/docs/reference/release-notes/highlights.asciidoc @@ -23,17 +23,13 @@ Other versions: | {ref-bare}/7.1/release-highlights-7.1.0.html[7.1] | {ref-bare}/7.0/release-highlights-7.0.0.html[7.0] -// Use the notable-highlights tag to mark entries that -// should be featured in the Stack Installation and Upgrade Guide: // tag::notable-highlights[] -// [discrete] -// === Heading -// -// Description. -// end::notable-highlights[] +[discrete] +[[async-sql-search]] +=== Async SQL search -// Omit the notable highlights tag for entries that only need to appear in the ES ref: -// [discrete] -// === Heading -// -// Description. \ No newline at end of file +We've added support for async searches to {es-sql}. Searches across large data +sets or frozen data can take longer to return synchronous results. Async SQL +search lets you run these searches in the background instead. See +{ref}/sql-async.html[Run an async SQL search]. +// end::notable-highlights[]