I'm all new to django REST API and trying to understand something. when using a URI like this:
http://example.com/api/products?category=clothing&category=shoes
I would have wanted to recieve back all the category that are clothing and shoes but at the ened the only thing that I get is all the shoes
what is the correct way to make it act as needed by me?
Thank you in advance!!!