[SearchSource] Investigate why sort options is a string that needs to be parsed #89902
Labels
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
Feature:Search
Querying infrastructure in Kibana
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
This is a follow-up issue regarding
kibana/src/plugins/data/common/search/search_source/normalize_sort_request.ts
Line 31 in 8a8028e
The
defaultSortOptions
object should always be correctly typed. Somewhere before the data reaches this function, it becomes a serialized string that needs to be re-converted into an object with JSON.parse.The text was updated successfully, but these errors were encountered: