From 424dc2ed71efe8e8237e446e6efe406e7d5dd017 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Fri, 28 Jan 2022 15:21:16 -0500 Subject: [PATCH] [DOCS] Correct header syntax (#83275) (#83287) * correct header syntax * Update docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc Co-authored-by: Adam Locke Co-authored-by: Eric Beahan --- .../search/search-your-data/retrieve-selected-fields.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc b/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc index aa0ea961f6ad6..aeed9c8ed322a 100644 --- a/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc +++ b/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc @@ -392,10 +392,10 @@ of the above metadata fields, this field will also be retrievable using either the alias name or via wildcard patterns that match the alias. [discrete] -[[Ignored-field values]] +[[ignored-field-values]] ==== Ignored field values The `fields` section of the response only returns values that were valid when indexed. -If your search request asks for values from a field that ignored certain +If your search request asks for values from a field that ignored certain values because they were malformed or too large these values are returned separately in an `ignored_field_values` section.