From 7c17a310045abe68779e1e3b03a07cd4cde4ddd8 Mon Sep 17 00:00:00 2001 From: carlosdelest Date: Mon, 26 May 2025 10:03:53 +0200 Subject: [PATCH 1/3] Make ESQL Full Text Functions GA --- solutions/search/esql-for-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/search/esql-for-search.md b/solutions/search/esql-for-search.md index 34a055690c..4e6c64b4b1 100644 --- a/solutions/search/esql-for-search.md +++ b/solutions/search/esql-for-search.md @@ -2,8 +2,8 @@ mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/esql-for-search.html applies_to: - stack: preview - serverless: preview + stack: ga + serverless: ga products: - id: elasticsearch --- From 571427b3c0bc64abe6aa4907295d631985930047 Mon Sep 17 00:00:00 2001 From: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com> Date: Mon, 26 May 2025 16:39:47 +0200 Subject: [PATCH 2/3] Update solutions/search/esql-for-search.md Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- solutions/search/esql-for-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/search/esql-for-search.md b/solutions/search/esql-for-search.md index 4e6c64b4b1..5f28c90d35 100644 --- a/solutions/search/esql-for-search.md +++ b/solutions/search/esql-for-search.md @@ -2,8 +2,8 @@ mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/esql-for-search.html applies_to: - stack: ga - serverless: ga + stack: ga 9.1.0 + serverless: ga 9.1.0 products: - id: elasticsearch --- From b1a637831ffaa04c2cfae67682bb12dc2159d9b3 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Mon, 26 May 2025 18:05:10 +0200 Subject: [PATCH 3/3] Correct applies_to versioning lifecycle metadata --- solutions/search/esql-for-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/search/esql-for-search.md b/solutions/search/esql-for-search.md index 5f28c90d35..304d0438eb 100644 --- a/solutions/search/esql-for-search.md +++ b/solutions/search/esql-for-search.md @@ -2,8 +2,8 @@ mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/esql-for-search.html applies_to: - stack: ga 9.1.0 - serverless: ga 9.1.0 + stack: preview 9.0, ga 9.1 + serverless: ga products: - id: elasticsearch ---