We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When saved search is saved with double sorting, the logic fails to genereate csv. Single sorting doesn't have any issue though.
{"statusCode":500,"error":"Internal Server Error","message":"_order.toLowerCase is not a function"}
"sort": [ [ "event.dateTime", "desc" ], [ "client.user_id", "asc" ] ],
To Reproduce Steps to reproduce the behavior:
Expected behavior report being generaeted with corrrect sorting
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Preserve chart legends in reports (opensearch-project#81) (opensearch…
dd7221e
…-project#84) Signed-off-by: Joshua Li <[email protected]> (cherry picked from commit 7b51bd9c433cc28ff3f79d4e5f9a1708a322ef97) Co-authored-by: Joshua Li <[email protected]>
zhongnansu
No branches or pull requests
Describe the bug
When saved search is saved with double sorting, the logic fails to genereate csv. Single sorting doesn't have any issue though.
The following code will throw error if double sorting exists in the saved search
To Reproduce
Steps to reproduce the behavior:
Expected behavior
report being generaeted with corrrect sorting
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: