0
sahanaacharya created
Hi Team,
We recently upgraded the abp version from v5.3 to v8.3 and post that we find that the search option in the api has become case sensitive. The results are fetched only when the case of the searched field and the case of the data in DB matches. This was case insensitive before. The database was migrated from Microsoft SQL to PostgreSQL as well.
Please let us know if this could be handled ? Let us know if any more details are required as well.
- ABP Framework version: v8.3
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
3 Answer(s)
-
0
Hello, this situation is caused by PostgreSQL. You can follow the steps in this article.
-
0
Hi Salih,
We are checking the document provided. thanks for your quick help.
-
0
I'm closing this question as you haven't reported any other issues.