Graylog2 / Graylog2/graylog2-server

Users overview sorting can be inconsistent

Open
#18,997 0 comments 0 reactions 0 assignees View on GitHub
bug test-day triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

## Descrioption

The UI sorting seems to be case insensitive, while the sorting logic in the backend seems to be case sensitive. This can lead to inconsistent results.

Let's say:
- you see 10 results in the users overview per page
- you have 10 users with a full name that starts with A-Z (page 1)
- you have 10 users with a full name that starts with a-z (page 2)

When you change the page size to e.g. 20, the order will change and e.g. "olaf example" will be displayed directly after "Olaf test"

* Graylog Version: 6.0.0 rc2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.