-
Notifications
You must be signed in to change notification settings - Fork 123
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
"Request Query Params" use multiple parameters to display errors #399
Comments
eg: property_id=123&property_id=456 error display:
suggest:
|
In the case of multiple query parameters with the same name, they're in more of an array form.
|
We came across a situation where the passed arguments are of the form but not an array.
NOT Like:
If I use array form, I won't be able to pass parameter validation, this is limited by third-party APIs. However, this is just a display issue and does not cause any exceptions. |
Ah, yes, I understand, I didn't explain properly.
Does that sound good? |
I feel like referring to the Chrome browser example, Display:
When the array becomes multi-dimensional, the situation may be more complex if merged display is used. |
Hmm, good point.
We have a couple solutions to this:
|
Display to |
I've made a follow-up for this ticket, but since the core issue has been addressed, I'll close this. |
No description provided.
The text was updated successfully, but these errors were encountered: