Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saved searches sort should always be a nested array #42982

Closed
bmcconaghy opened this issue Aug 8, 2019 · 1 comment · Fixed by #43038
Closed

Saved searches sort should always be a nested array #42982

bmcconaghy opened this issue Aug 8, 2019 · 1 comment · Fixed by #43038
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@bmcconaghy
Copy link
Contributor

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.

@bmcconaghy bmcconaghy added bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Aug 8, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants