instead of implementing\adding a whole parser to support objects in query params, instead the parser that converts query param strings to int has been modified to support arrays
also mongodb operators are supported when called from query parameters by default, you just have to be creative with creating objects in arrays using query params syntax
Checklist:
[x] My commits are related to the pull request and look clean.
[ ] I have made mostly use of tailwind as many places as possible.
[x] I have added comments on any confusing or complex pieces of code.
Description
instead of implementing\adding a whole parser to support objects in query params, instead the parser that converts query param strings to int has been modified to support arrays
also mongodb operators are supported when called from query parameters by default, you just have to be creative with creating objects in arrays using query params syntax
Checklist: