I have read about this for in Npgsql and Entity Framework Query PostgreSQL with Npgsql and Entity Framework using unaccent, BUT Entity Framework CORE.
Is it posible to do a select for postgresql using unaccent extension USING EF CORE 3.1?
How to translate, as example,
select * from users where unaccent(name) = unaccent('João')
to a .net core 3.1 using EF core and npgsql
thanks