Skip to content

[6.x] Fix collection listing search case insensitivity#14486

Open
joshuablum wants to merge 4 commits into6.xfrom
fix-listing-search-case-insensitivity
Open

[6.x] Fix collection listing search case insensitivity#14486
joshuablum wants to merge 4 commits into6.xfrom
fix-listing-search-case-insensitivity

Conversation

@joshuablum
Copy link
Copy Markdown
Member

The collection listing's search is only case insensitive with ascii characters. That leads to issues with languages using unicode (e.g. umlauts in German or Greek). PR updates the query builder's regex and strtolower to include multi-byte/unicode.

Closes #14485.

@infabo
Copy link
Copy Markdown
Contributor

infabo commented Apr 13, 2026

Verified it fixes umlaut issue. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collection search not case insensitive for umlaut characters

3 participants