Bug description
Right now the collection listing search is case sensitive for umlauts and other non-ascii characters. That's an issue for a lot of languages like German, Greek, and many more.
#11363 fixed this for the local/comb search driver already but the collection listing search uses the query builder directly for its search. So this fix doesn't apply here.
Thanks to Ingo who pointed that out through support.
How to reproduce
- Create an entry with an umlaut in the title (or another non-ascii character), like
Öffentlicher Dienst
- Search for it using the collection listing's search input.
Öffentlicher Dienst works. öffentlicher Dienst does not.
Logs
Environment
Environment
Laravel Version: 12.49.0
PHP Version: 8.5.4
Composer Version: 2.9.5
Environment: local
Debug Mode: ENABLED
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: reverb
Cache: file
Database: sqlite
Logs: stack / single
Mail: log
Queue: sync
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 0
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 6.x-dev PRO
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
Bug description
Right now the collection listing search is case sensitive for umlauts and other non-ascii characters. That's an issue for a lot of languages like German, Greek, and many more.
#11363 fixed this for the local/comb search driver already but the collection listing search uses the query builder directly for its search. So this fix doesn't apply here.
Thanks to Ingo who pointed that out through support.
How to reproduce
Öffentlicher DienstÖffentlicher Dienstworks.öffentlicher Dienstdoes not.Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response