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

Send map filters through $newFilters so they get picked up by both kuery and lucene #13251

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

Bargs
Copy link
Contributor

@Bargs Bargs commented Aug 1, 2017

We should never push new filters from visualizations directly into the filters app state. The new Kuery language doesn't look at the filters variable. There are watchers for both lucene and kuery that handle filters added to $newFilters, so we should always go through $newFilters until we build a better API.

Fixes #13227

@Bargs Bargs added :Discovery Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v6.0.0 v6.0.0-beta1 v6.1.0 v7.0.0 labels Aug 1, 2017
Copy link
Contributor

@thomasneirynck thomasneirynck left a comment

Choose a reason for hiding this comment

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

tested and works!

Copy link
Member

@lukasolson lukasolson left a comment

Choose a reason for hiding this comment

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

LGTM

@Bargs Bargs removed the v6.0.0-beta1 label Aug 1, 2017
@Bargs Bargs merged commit 9057937 into elastic:master Aug 1, 2017
@Bargs
Copy link
Contributor Author

Bargs commented Aug 1, 2017

Thanks for the quick review guys 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v6.0.0-rc1 v6.0.0 v6.1.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants