Skip to content

Commit

Permalink
[DOCS] Remove type query (#78334)
Browse files Browse the repository at this point in the history
Adds an 8.0 breaking change for PR #47207.
  • Loading branch information
jrodewig committed Sep 28, 2021
1 parent dfd65be commit 1764fa0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/reference/migration/migrate_8_0/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

0 comments on commit 1764fa0

Please sign in to comment.