Closed shafiyal closed 5 years ago
I have seen #8 but did not get any solution for my problem , can you please clarify whether the nested fields filtering is supported by this package or not?
To clarify: nested field filtering is not supported by this package. It might be added at a later date.
ok... Thanks
Well for the mean time you can try django-restql.
My GET body is like below: GET : /images
I want to filter only width and height fields i.e., GET:/images?fields=width,height
Expected result:
But i am unable to specify nested fields while filtering fields How can I acheive this??