elasticsearch/docs/reference/migration
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
..
apis [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
migrate_8_0 Check for negative "from" values in search request body (#54953) 2020-05-28 16:25:19 +02:00
index.asciidoc [DOCS] Removed redundant (not quite right) information about upgrades. 2019-04-04 16:20:08 -07:00
migrate_8_0.asciidoc [DOCS] Collapse remaining 8.0 breaking changes (#56418) 2020-05-08 10:21:33 -04:00
migration.asciidoc Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00