Postgresql with accent-insensitive and case-insensitive pattern matching
Is there a simpler way to make a AI and CI search with Entity Frameworkd and Postgres than use multipe EF.Functions?
EF.Functions.ILike(
EF.Functions.Unaccent(u.Name),
EF.Functions.Unaccent($"%{value}%")
)