Open SvaRgoS opened 10 months ago
we just stumpled across the same issue, did you find a good solution or workaround in the meantime? when trying to set _softDeletedAt
in the query filter, it fails the gql validations
edit: same problem in the strapi ui, you still see all the soft-deleted entities in the linked fields
No, I don't have a solution at the moment :-( I'm going to remove the plugin from the project. That would be nice, but I don't need it right now.
Has anyone found a workaround or solution for this? We are unable to use this currently because we have so many populated relations that keep returning related collection entries that were soft deleted.
Example: Collection: Category Collection: Post
Category has many Posts
Delete a post (soft delete)
Get Category, populate all posts in that category - the populate still returns the soft deleted posts
Bug report
Required System information
Describe the bug
I run the following query
some of the Suppliers have a recipient_organization that have a few deleted certifications
And they appear in the results. Unfortunately.
I guess because
the following filter
apply only for top level entity.
Steps to reproduce the behavior
You will see deleted records in the result
Expected behavior
I think would be good to get only non-deleted records.