elasticsearch/docs/reference/migration/migrate_8_0
Christoph Büscher 3d4f9fedaf
Check for negative "from" values in search request body (#54953)
Today we already disallow negative values for the "from" parameter in the search
API when it is set as a request parameter and setting it on the
SearchSourceBuilder, but it is still parsed without complaint from a search
body, leading to differing exceptions later. This PR changes this behavior to be
the same regardless of setting the value directly, as url parameter or in the
search body. While we silently accepted "-1" as meaning "unset" and used the
default value of 0 so far, any negative from-value is now disallowed.

Closes #54897
2020-05-28 16:25:19 +02:00
..
aggregations.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 1] (#55811) 2020-05-05 09:43:50 -04:00
allocation.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 1] (#55811) 2020-05-05 09:43:50 -04:00
analysis.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 1] (#55811) 2020-05-05 09:43:50 -04:00
api.asciidoc [DOCS] Add impact sections to API, search, transport, thread pool 8.0 breaking changes (#56437) 2020-05-08 12:55:56 -04:00
breaker.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 2] (#55862) 2020-05-05 09:44:29 -04:00
cluster.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 2] (#55862) 2020-05-05 09:44:29 -04:00
discovery.asciidoc Fix list of discovery.zen settings removed in 8.0 (#56865) 2020-05-17 18:50:46 +01:00
http.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 3] (#56297) 2020-05-07 12:22:05 -04:00
ilm.asciidoc [DOCS] Collapse remaining 8.0 breaking changes (#56418) 2020-05-08 10:21:33 -04:00
indices.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 3] (#56297) 2020-05-07 12:22:05 -04:00
java.asciidoc [DOCS] Add impact sections to 8.0 java api breaking changes (#56510) 2020-05-15 08:47:35 -04:00
mappings.asciidoc [DOCS] Fix inconsistency in 8.0 breaking changes 2020-05-12 16:45:35 -04:00
network.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 4] (#56356) 2020-05-11 08:59:40 -04:00
node.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 4] (#56356) 2020-05-11 08:59:40 -04:00
packaging.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 4] (#56356) 2020-05-11 08:59:40 -04:00
reindex.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 4] (#56356) 2020-05-11 08:59:40 -04:00
rollup.asciidoc [DOCS] Add collapsible sections to 8.0 breaking changes [Part 4] (#56356) 2020-05-11 08:59:40 -04:00
search.asciidoc Check for negative "from" values in search request body (#54953) 2020-05-28 16:25:19 +02:00
security.asciidoc [DOCS] Add impact sections to security 8.0 breaking changes (#56439) 2020-05-26 09:20:06 -04:00
settings.asciidoc Remove prefer_v2_templates query string parameter (#56546) 2020-05-11 14:56:48 -06:00
snapshots.asciidoc [DOCS] Add impact sections to snapshot/restore 8.0 breaking changes (#56441) 2020-05-27 10:25:15 -04:00
threadpool.asciidoc [DOCS] Add impact sections to API, search, transport, thread pool 8.0 breaking changes (#56437) 2020-05-08 12:55:56 -04:00
transport.asciidoc [DOCS] Add impact sections to API, search, transport, thread pool 8.0 breaking changes (#56437) 2020-05-08 12:55:56 -04:00