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

fix: Issue 996 - falsy values in search results #997

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

applicity
Copy link
Contributor

Description

Update the elasticsearch connector to fix mishandled falsy values

Any field which evaluates to false is returned as an empty object. This change fixes this to return the expected { raw: field value } construct.

List of changes

Changes the mapping of fields to check for existence rather than truth.

Associated Github Issues

#996

Any field which evaluates to false is returned as an empty object.
This change fixes this to return the expected { raw: field value } construct.
@applicity applicity requested a review from a team as a code owner October 5, 2023 12:55
@joemcelroy joemcelroy merged commit d37d1bf into elastic:main Oct 6, 2023
2 checks passed
@joemcelroy
Copy link
Member

thanks! Will try get it released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants