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

[Maps] Tooltip filter option using "is one of" operator #87864

Closed
ErikvdVen opened this issue Jan 11, 2021 · 2 comments
Closed

[Maps] Tooltip filter option using "is one of" operator #87864

ErikvdVen opened this issue Jan 11, 2021 · 2 comments
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result

Comments

@ErikvdVen
Copy link

ErikvdVen commented Jan 11, 2021

Describe the feature:
At this moment it is only possible to add filters, by clicking on the little plus-sign behind a field (inside the tooltip which shows up after clicking a point on the map), for boolean, text and integer values. It would be great if there is an option for array or comma separated values as well, using the "is one of" operator instead of the "is" operator. See this link as example of a map, I am talking about.

Describe a specific use case for the feature:
The documents displayed on the map contain each an array with id's of related documents, which are stored in a separate index. By clicking on a document on the map, I would like to filter on the values of that array, so the other visualizations in the dashboard can show information about the related documents from the other index.

For example: I have one index with a bunch of geographical data points, I have merged all points which are like 100 meters apart from each other and saved the merged documents (which will contain only one central geographical data point), with an array containing the id's of the original documents, in a separate index. The map only shows the merged documents, but by filtering on one point, I would like to filter on the array values (containing the id's of the original documents), so the other visualisations can show the original data.

One alternative would be to give the merged documents and related documents (from the other index) some key with unique id as value, so I could just use the textual filter option. But that would mean I have to update all documents in both indices. And I guess an option to filter on an array would be so much more helpful. Besides, it already works if I just add a filter with the "is one of" operator and copy/paste the values manually, so guess this is more of a front-end feature as it is back-end

@thomasneirynck thomasneirynck added the [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation label Jan 12, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@thomasneirynck thomasneirynck added the enhancement New value added to drive a business result label Jan 12, 2021
@thomasneirynck thomasneirynck changed the title Maps: Tooltip filter option using "is one of" operator [Maps] Tooltip filter option using "is one of" operator Jan 12, 2021
@nreese
Copy link
Contributor

nreese commented Nov 24, 2021

Closed by #119548

@nreese nreese closed this as completed Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result
Projects
None yet
Development

No branches or pull requests

4 participants