Browse Source

[DOCS] Add missing newline for bulleted list in top_metrics docs (#68481) (#68550)

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
James Rodewig 4 years ago
parent
commit
ab0f4d51b2

+ 1 - 0
docs/reference/aggregations/metrics/top-metrics-aggregation.asciidoc

@@ -53,6 +53,7 @@ faster.
 
 
 The `sort` field in the metric request functions exactly the same as the `sort` field in the
 The `sort` field in the metric request functions exactly the same as the `sort` field in the
 <<sort-search-results, search>> request except:
 <<sort-search-results, search>> request except:
+
 * It can't be used on <<binary,binary>>, <<flattened,flattened>>, <<ip,ip>>,
 * It can't be used on <<binary,binary>>, <<flattened,flattened>>, <<ip,ip>>,
 <<keyword,keyword>>, or <<text,text>> fields.
 <<keyword,keyword>>, or <<text,text>> fields.
 * It only supports a single sort value so which document wins ties is not specified.
 * It only supports a single sort value so which document wins ties is not specified.