[Discover] Clean up sorting util exports #151389
Labels
chore
Feature:Discover
Discover Application
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
technical debt
Improvement of the software architecture and operational architecture
As part of #150631, some Discover sorting utils were moved to
common
so they could be used fromserver
. They were re-exported in the PR fromsrc/plugins/discover/public/utils/sorting/index.ts
to avoid additional file change, but we should clean up the code to avoid re-exports and import directly fromcommon
where we use them.Original comment: #150631 (comment).
The text was updated successfully, but these errors were encountered: