api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.41k stars 861 forks source link

Possibility to have a custom array filter parser #2832

Closed ypereirareis closed 3 years ago

ypereirareis commented 5 years ago

Hi,

Instead of giving array query params like that to filter by serialization groups... :

http://mydomain/api/contract/123456789?groups[]=1&groups[]=2&groups[]=3

...I would like to give this kinda query param string and define custom parser to explode my values :

Is it possible to have a custom parsing of query params ?

Thanks.

soyuka commented 3 years ago

Greetings! We appreciate your concern but weren't able to reproduce this issue or it is more of a question. As described in the API Platform contributing guide, we use GitHub issues for bugs and feature requests only.

For support question ("How To", usage advice, or troubleshooting your own code), you have several options:

Feel free reach one of the support channels above. In the meantime we're closing this issue.