mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-25 19:20:26 -04:00
Recipe name sorting applied lower() to the raw name, so accented and umlaut characters sorted by raw code point and landed after "Z" (e.g. "Über" after "Zebra"). Sort by the existing unidecode-normalized name column instead, so accented characters sort next to their base letter. Works identically on SQLite and Postgres since the sort key is a pre-computed ASCII column rather than a DB collation.