0
otee@urvin.finance created
1 Answer(s)
-
0
This is Database Provider-specific and there is not much we can do about it.
However, you can override the
IIdentityUserRepository
repository which is resolved as UserRepository in the IdentityUserAppService. Then, override the GetCountAsync methods and you can write your own filtering.Please check overriding existing repository docs for details and sample.