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

management UI will not sort descending #56

Open
hjr3 opened this issue Jan 20, 2024 · 0 comments
Open

management UI will not sort descending #56

hjr3 opened this issue Jan 20, 2024 · 0 comments

Comments

@hjr3
Copy link
Owner

hjr3 commented Jan 20, 2024

Example:

curl --silent 'http://localhost:3443/attempts?filter=%7B%22request_id%22%3A127747%7D&range=%5B0%2C49%5D&sort=%5B%22id%22%2C%22DESC%22%5D' | jq -r '.[].id'

This should return the highest id value first, but instead returns

133232
133233
133234
133235
133236
133237
133238
133239
133240
133241
133242
133243
133244
133245
133246
133247
133248
133249
133250
133251
133252
133253
133254
133255
133256
133257
133258
133259
133260
133261
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant