kibana/packages/kbn-discover-utils
Matthew Kime 2403bc8c88
[data views] Stored fields are always requested, we don't need logic around it (#171815)
## Summary

Stored field handling is basically a dead code path. `['*']` is always
sent so lets push this closer to the query.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-11-30 14:29:12 -06:00
..
src [data views] Stored fields are always requested, we don't need logic around it (#171815) 2023-11-30 14:29:12 -06:00
index.ts [Discover] Show field tokens in the grid header (#167179) 2023-10-05 14:02:13 +02:00
jest.config.js
kibana.jsonc
package.json Move constants into @kbn/discover-utils (#162360) 2023-07-26 14:11:30 -07:00
README.md
tsconfig.json Move more shared utils into @kbn/discover-utils (#162096) 2023-07-20 11:07:38 -07:00
types.ts [Discover] Show field tokens in the grid header (#167179) 2023-10-05 14:02:13 +02:00

@kbn/discover-utils

This is the package contains extracting parts of Discover for the usage in other unified components. This are mainly shared types, utils and mocks.