hi
We will fix that. Thanks
hi
You can test your code in a new template project.
hi
Is there any way to change in code because when creating the solution with ABP its always create postgres case sensitive db as default during run db migration.
Can only be changed manually
Can we apply such as ILIKE in ABP generated code for searching?
https://www.npgsql.org/efcore/misc/collations-and-case-sensitivity.html#ilike
hi
You should change your database the code is no problem.
https://www.npgsql.org/efcore/misc/collations-and-case-sensitivity.html?tabs=data-annotations
hi
Can you share a minimal project to reproduce the problem?
liming.ma@volosoft.com
Thanks
Ok, I see.
Please share the error/exception info next time.
I will check this.
hi
I still don't know your problem.
Can you explain in more detail?
hi
When the Save button is clicked, it successfully POSTs to the OnPostAsync handler in my SignUp.cshtml.cs controller.
Is this an Ajax call or a form post?
I guess it's an ajax call.
Can you share the ajax code?