Search among fetched results #70799
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.
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 theelasticsearch/_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
The text was updated successfully, but these errors were encountered: