[pdm-devel] applied: [PATCH datacenter-manager] server: api: resources: make search terms (ascii) case insensitive
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Oct 3 20:10:37 CEST 2025
On Fri, 12 Sep 2025 11:30:28 +0200, Dominik Csapak wrote:
> by converting both the values and the terms to (ascii) lower case.
>
> Making the search case insensitive seems more intuitive, since most
> searches i could find behave this way (except e.g. in editors)
>
> Since all values are currently ascii only, and this is faster than
> `to_lowercase` using `to_ascii_lowercase` seems better here.
>
> [...]
Applied with s/ascii_//, thanks!
[1/1] server: api: resources: make search terms (ascii) case insensitive
commit: 701a8a3ce04f31baf8e8d8cc37888d0625228108
More information about the pdm-devel
mailing list