mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Case Insensitivity When Searching for Assignees #18
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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 1, 2022):
Fixed in
github.com/go-vikunja/api@c076f73a87- please check with the next unstable build if the problem went away.