-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mongodb cannot filter data #17203
Comments
Hi @XiaoChenDan You must register this filter in the services like the following code example:
|
Hi @masoodkhoshgard , thanks you for your reply |
hi @XiaoChenDan We will introduce a |
hi @maliming |
Sync methods will call it. |
Is there an existing issue for this?
Description
I create MongoDbRepositoryFilterer<TEntity, TKey> based on https://docs.abp.io/en/abp/latest/Data-Filtering , but when I do a data query GetListAsync() , process did not enter . it return all items.
Whether the data filtering for get operation is missing?
#11595
ProjectRepositoryFilterer:
ProjectRepository:
ProjectManagementMongoDbContext
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
7.3.0.0
User Interface
Common (Default)
Database Provider
MongoDB
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: