Makes filtered search deletes include BOTH removed and non-removed (#4440)

This commit is contained in:
Pedro Silva 2022-03-17 20:22:28 +00:00 committed by GitHub
parent 693aedc8b9
commit 0a522e5c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ def get_urns_by_filter(
filter_criteria.append(
{
"field": "removed",
"value": "true",
"value": "", # accept anything regarding removed property (true, false, non-existent)
"condition": "EQUAL",
}
)