Skip to content

Commit

Permalink
Merge pull request #234 from GemeenteUtrecht/feature/remove-meta-filte
Browse files Browse the repository at this point in the history
🔥 remove meta tag filtering
  • Loading branch information
damm89 authored Feb 8, 2024
2 parents c76637d + 9ab88b8 commit 7f35309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bptl/work_units/zgw/objects/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7f35309

Please sign in to comment.