You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The openapi.yml of version 2.2.0 lists the following query parameter for the GET on /digitaleadressen: adres__icontains
However, when we use this query parameter, the api returns a FieldError:
FieldError at /klantinteracties/api/v1/digitaleadressen
Unsupported lookup 'icontains' for CharField or join on the field not permitted, perhaps you meant icontains or contains?
Product versie / Product version
2.2.0
Omschrijf het probleem / Describe the bug
The openapi.yml of version 2.2.0 lists the following query parameter for the GET on /digitaleadressen:
adres__icontains
However, when we use this query parameter, the api returns a FieldError:
FieldError at /klantinteracties/api/v1/digitaleadressen
Unsupported lookup 'icontains' for CharField or join on the field not permitted, perhaps you meant icontains or contains?
Stappen om te reproduceren / Steps to reproduce
Verwacht gedrag / Expected behavior
I would expect a valid response with no results (or: in our situation 4 results)
The text was updated successfully, but these errors were encountered: