Browse Source

[DOCS] Correct header syntax (#83275)

* correct header syntax

* Update docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc

Co-authored-by: Adam Locke <adam.locke@elastic.co>
Eric Beahan 3 years ago
parent
commit
540a40093c

+ 2 - 2
docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc

@@ -388,10 +388,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.
 the alias name or via wildcard patterns that match the alias.
 
 
 [discrete]
 [discrete]
-[[Ignored-field values]]
+[[ignored-field-values]]
 ==== Ignored field values
 ==== Ignored field values
 The `fields` section of the response only returns values that were valid when indexed.
 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
 because they were malformed or too large these values are returned
 separately in an `ignored_field_values` section.
 separately in an `ignored_field_values` section.