The production database uses the "C" collation, which does not handle accented characters well; en-US-x-icu was suggested in #11234 and is reasonable. This is an operational change rather than a code change, but once the collation moves, the explicit Collation() calls added in #11234 should be removed.
Task
Agent-assisted triage
- Suggested size: S
- Suggested priority: minor
- Suggested lane: standard
- Updated with agent assistance on 2026-08-18
Original report
Description
The production database is using the "C" collation. This does not handle accented characters well and we should change to a different collation. In #11234, en-US-x-icu was suggested and it seems reasonable to me.
This is really a task rather than a code change, but if/when we do change the collation, we should remove the explicit Collation() calls added in #11234.
Code of Conduct
The production database uses the "C" collation, which does not handle accented characters well; en-US-x-icu was suggested in #11234 and is reasonable. This is an operational change rather than a code change, but once the collation moves, the explicit Collation() calls added in #11234 should be removed.
Task
Agent-assisted triage
Original report
Description
The production database is using the "C" collation. This does not handle accented characters well and we should change to a different collation. In #11234,
en-US-x-icuwas suggested and it seems reasonable to me.This is really a task rather than a code change, but if/when we do change the collation, we should remove the explicit
Collation()calls added in #11234.Code of Conduct