From 9ab88b8fa521b8d5f621e70a84940a3b71bae480 Mon Sep 17 00:00:00 2001 From: damm89 Date: Thu, 8 Feb 2024 12:52:57 +0100 Subject: [PATCH] :fire: remove meta tag filtering --- src/bptl/work_units/zgw/objects/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bptl/work_units/zgw/objects/services.py b/src/bptl/work_units/zgw/objects/services.py index f3f20ee0..c8f759fd 100644 --- a/src/bptl/work_units/zgw/objects/services.py +++ b/src/bptl/work_units/zgw/objects/services.py @@ -61,7 +61,7 @@ def _search_meta_objects( ) ) - object_filters = {"type": ot_url, "data_attrs": ["meta__icontains__true"]} + object_filters = {"type": ot_url, "data_attrs": []} if (not zaaktype_identificatie or not catalogus_domein) and not zaak: logger.warning( "If ZAAK is not provided - zaaktype_identificatie and catalogus_domein MUST be provided."