Saved searches sort should always be a nested array #42982
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Right now, newly created saved searches have the sort field as a nested array in the form of:
"sort":[["@timestamp","desc"]]
but earlier saved searches (and saved searches created by the add sample data feature) look like:"sort":["@timestamp","desc"]
. This should be made consistent by adding a migration and fixing the add sample data feature.The text was updated successfully, but these errors were encountered: