logoalt Hacker News

sgarlandyesterday at 10:59 PM0 repliesview on HN

> case-insensitive

Tbf you can also achieve this in Postgres, it's just not present by default. From the docs [0]: CREATE COLLATION ignore_accent_case (provider = icu, deterministic = false, locale = 'und-u-ks-level1');

0: https://www.postgresql.org/docs/current/collation.html