From 0b0719e8d608efc3f18ec3c844cc57f3c87e6fe4 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:19:12 -0400 Subject: [PATCH] [DOCS] Remove `type` query Adds an 8.0 breaking change for PR #47207. --- docs/reference/migration/migrate_8_0/search.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/migration/migrate_8_0/search.asciidoc b/docs/reference/migration/migrate_8_0/search.asciidoc index 20764fe968bae..7a5459d4f4481 100644 --- a/docs/reference/migration/migrate_8_0/search.asciidoc +++ b/docs/reference/migration/migrate_8_0/search.asciidoc @@ -234,4 +234,15 @@ been removed in 8.0.0. This parameter is a no-op and has no effect on the query. Discontinue use of the `type` parameter. `geo_bounding_box` queries that include this parameter will return an error. ==== + +.The `type` query has been removed. +[%collapsible] +==== +*Details* + +The `type` query has been removed. Mapping types have been removed in 8.0. + +*Impact* + +Discontinue use of the `type` query. Requests that include the `type` query +will return an error. +==== //end::notable-breaking-changes[]