Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Discover] Integrate unified field list filters into Discover (elasti…
…c#148547) Closes elastic#145081 Part 1 of this integration was done in elastic#147255 <img width="640" alt="Screenshot 2023-01-16 at 16 58 59" src="https://user-images.githubusercontent.com/1415710/212720438-8f37eb69-635a-4611-89bb-34b095d79b8c.png"> ## Summary This PR integrates the unified field list filters and search into Discover. - [x] Integrate into Discover - [x] Clean up deprecated code ("searchable"/"aggregatable" filters were removed too) - [x] Refactor field icons, labels, desc to use the unified ones - [x] Field list in SQL view needs refactoring to use the received field types rather than data view field types - [x] Update tests ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Stratoula Kalafateli <[email protected]>
- Loading branch information