Problem: I'm using PostgreSQL 15 and Entity Framework Core 8.0.3, and I'm facing a case-insensitive search issue with Turkish characters.
Data in the database:
ID | Name |
---|---|
1 | MILK THISTLE |
2 | CLEANSING MILK |
3 | MILKA CHOCOLATE |
Problem: I'm using PostgreSQL 15 and Entity Framework Core 8.0.3, and I'm facing a case-insensitive search issue with Turkish characters.
Data in the database:
ID | Name |
---|---|
1 | MILK THISTLE |
2 | CLEANSING MILK |
3 | MILKA CHOCOLATE |