Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks if you pass multiple keys of same name with one using sub-key #12

Open
bigboypantson opened this issue Jun 11, 2021 · 0 comments

Comments

@bigboypantson
Copy link

When I call this endpoint:
/search?name=Chris&name=Bob

It works as intended giving me the value of Bob

If I do the next query:
/search?name=Chris&name=Bob&name[test]

It breaks and outputs an object of all the values passed in and not the last value of Bob.

Is this a break or am I using the package wrong?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant