Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Correct header syntax #83275

Merged
merged 2 commits into from
Jan 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[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.

Expand Down