millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

Multiple query string parameters #136

Closed shangxiao closed 9 years ago

shangxiao commented 9 years ago

Include ability to pick up all query string parameters for a given key and provide as an array in the given query object:

/route?query=a&query=b

Not sure what the correct implementation would be as I've seen this done with [] (PHP) and without (sensible frameworks).

shangxiao commented 9 years ago

Sorry just saw that you recently added this :)