⚠️ Depends on #78001
ℹ️ Full R&D: #76677 (comment)
For this ticket a reusable hook should be introduced that knows how to work with our custom search strategy. It should be aware of our "factory" query type model, and be able to handle those gracefully. (The R&D ticket branch has some very rough client side code).
The hook should:
- Call our custom search strategy
- Use an observable model
- Have full cancellation support
- Have support for handing back partial results
- Have support for handing back full results if requested
- Port across the client side concerns of the
getLogItem (item flyout) query
⚠️ Be aware that this: https://github.com/elastic/kibana/blob/master/x-pack/plugins/data_enhanced/server/search/es_search_strategy.ts#L88 option will need to be changed to allow us to test and use partial results properly.
ℹ️ Full R&D: #76677 (comment)
For this ticket a reusable hook should be introduced that knows how to work with our custom search strategy. It should be aware of our "factory" query type model, and be able to handle those gracefully. (The R&D ticket branch has some very rough client side code).
The hook should:
getLogItem(item flyout) query