File tree 1 file changed +19
-0
lines changed
docs/reference/migration/migrate_8_0
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6
6
//Installation and Upgrade Guide
7
7
8
8
//tag::notable-breaking-changes[]
9
+ [[msearch-empty-line-support]]
10
+ .The multi search API now parses an empty first line as action metadata in text files.
11
+ [%collapsible]
12
+ ====
13
+ *Details* +
14
+ The multi search API now parses an empty first line as empty action metadata
15
+ when you provide a text file as the request body, such as when using curl's
16
+ `--data-binary` flag.
17
+
18
+ The API no longer supports text files that contain:
19
+
20
+ * An empty first line followed by a line containing only `{}`.
21
+ * An empty first line followed by another empty line.
22
+
23
+ *Impact* +
24
+ Don't provide an unsupported text file to the multi search API. Requests that
25
+ include an unsupported file will return an error.
26
+ ====
27
+
9
28
[[remove-unmapped-type-string]]
10
29
.The `unmapped_type: string` sort option has been removed.
11
30
[%collapsible]
You can’t perform that action at this time.
0 commit comments