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

Search among fetched results #70799

Open
gjuchault opened this issue Jul 6, 2020 · 3 comments
Open

Search among fetched results #70799

gjuchault opened this issue Jul 6, 2020 · 3 comments
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:large Large Level of Effort Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@gjuchault
Copy link

gjuchault commented Jul 6, 2020

Probably have been already suggested but I can't find the ticket.

Describe the feature:

As a user, I sometimes want to search among the results I already see in the app, including on fields that are not indexed but have been fetched by the query.

Describe a specific use case for the feature:

I usually find myself to narrow down results by opening the Network tab and then do a:
const results = temp1.responses[0].hits.hits.filter(item => item._source.some.key === 'someValue');, with temp1 being the results of the elasticsearch/_msearch endpoint.

Examples: filtering on a key that is not worth indexing, counting the full rows visible, sorting, viewing items without having to scroll until the end, extracting a single value (map, map-reduce), etc.

This is more like a set of different features, but the main idea is: give the user some control over the results that were fetched

@legrego legrego added enhancement New value added to drive a business result Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jul 6, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@legrego
Copy link
Member

legrego commented Jul 6, 2020

Thanks for the enhancement request! I labeled this under the Discover feature as that seems like the most appropriate place for this type of task, but we can re-categorize as needed.

@timroes timroes added Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Aug 31, 2021
@kertal kertal added loe:large Large Level of Effort impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Nov 24, 2022
@kertal
Copy link
Member

kertal commented Aug 3, 2023

Note, this request seems to be similar to the "Highlight" function of Logs/Stream

Image

@kertal kertal added impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. and removed impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:large Large Level of Effort Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
Development

No branches or pull requests

5 participants