Skip to content

Conversation

@masseyke
Copy link
Member

@masseyke masseyke commented Aug 30, 2022

Fixing the behavior of the es.index.read.missing.as.empty setting if one or more indices exist and one or more do not. Previously if any index in the list of indices was missing it would return no results. Now it returns results from indices that do exist and ignores indices that do not exist. Behavior is unchanged if this property is unset or set to false.
Closes #1055

@masseyke masseyke marked this pull request as ready for review September 1, 2022 18:02
@masseyke masseyke requested a review from jbaiera September 1, 2022 18:02
Copy link
Member

@jbaiera jbaiera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using es.index.read.missing.as.empty returns an empty result if one out of many indices is missing

2 participants