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

ElasticSearch filters processing sometime fails #628

Closed
jahow opened this issue Sep 22, 2023 · 1 comment
Closed

ElasticSearch filters processing sometime fails #628

jahow opened this issue Sep 22, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jahow
Copy link
Collaborator

jahow commented Sep 22, 2023

Since #464 the logic for translating FieldFilters (from domain) to an ElasticSearch payload sometimes fail.

This part will fail if a filter is defined like so:

Org: {
  myOrg: true,
  otherOrg: false
}

It works if the filter is defined like so:

Org: ['myOrg', 'myOrg2']

Tentative fix in #617 (abandoned).

Note: this currently doesn't impact the user experience in the datahub but will impede further development relying on search filters.

@jahow jahow added this to the 2.1.0 milestone Sep 22, 2023
@jahow jahow added the bug Something isn't working label Sep 22, 2023
@jahow
Copy link
Collaborator Author

jahow commented Oct 6, 2023

Fixed in #638

@jahow jahow closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant