Skip to content

Multiple query parameters with the same name#1

Merged
yllieth merged 3 commits intoyllieth:masterfrom
mdkitzman:master
Jun 23, 2017
Merged

Multiple query parameters with the same name#1
yllieth merged 3 commits intoyllieth:masterfrom
mdkitzman:master

Conversation

@mdkitzman
Copy link
Contributor

I updated the parser to be able to handle the situation where you might have the same query string parameters multiple times. Also updated the demo app to show this situation

Updating the parser to handle multiple query parameters with the same name.  There is currently no RFC spec for situations like this, but most server side implementations handle this situation where you have id=1&id=2&id=3 in the query string.
Updating the demo app to reflect the possibility to handle multiple query parameters with the same name.
Updating the index demo page to use ng-repeat, so the display becomes more data driven and less of a manual process to keep in sync
@yllieth yllieth merged commit 2a64686 into yllieth:master Jun 23, 2017
@yllieth
Copy link
Owner

yllieth commented Jun 23, 2017

Thank you for your contribution @mdkitzman ! I just created a new tag 0.0.3
I will release the gem in the following days.

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

Successfully merging this pull request may close these issues.

2 participants