mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Remove case sensitivity on search.
This commit is contained in:
parent
5e64eac396
commit
6d43cb23dd
4 changed files with 11 additions and 3 deletions
|
|
@ -57,6 +57,7 @@ export async function getUsers(
|
|||
filterType === USER_FILTER_TYPES.username) && {
|
||||
username: {
|
||||
startsWith: filter,
|
||||
mode: 'insensitive',
|
||||
},
|
||||
}),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue