Case Insensitivity When Searching for Assignees #18

Closed
opened 2025-11-01 20:44:25 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @DieGurke on GitHub (Oct 13, 2021).

Currently the exact user name has to be typed into the assign user field.
It would be much more intuitive and beneficial for the workflow, if this field was case insensitive.

Originally created by @DieGurke on GitHub (Oct 13, 2021). Currently the exact user name has to be typed into the assign user field. It would be much more intuitive and beneficial for the workflow, if this field was case insensitive.
GiteaMirror added the enhancement label 2025-11-01 20:44:25 -05:00
Author
Owner

@kolaente commented on GitHub (Oct 13, 2021):

This actually depends on the db you're using. I'm assuming you're using postgres? mysql and sqlite do this by default.

Makes sense to have this though. Do you want to send a PR?

@kolaente commented on GitHub (Oct 13, 2021): This actually depends on the db you're using. I'm assuming you're using postgres? mysql and sqlite do this by default. Makes sense to have this though. Do you want to send a PR?
Author
Owner

@kolaente commented on GitHub (Oct 1, 2022):

Fixed in c076f73a87 - please check with the next unstable build if the problem went away.

@kolaente commented on GitHub (Oct 1, 2022): Fixed in https://github.com/go-vikunja/api/commit/c076f73a87bc9b39b17389e25d0186ab71aa24bf - please check with the next unstable build if the problem went away.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#18