clj-commons / secretary

A client-side router for ClojureScript.
773 stars 64 forks source link

Do not ignore query string after second question mark #97

Closed rranelli closed 5 years ago

rranelli commented 7 years ago

The internet tells me questions marks in parameters should be ok: https://stackoverflow.com/a/2924187

Since clojure ignores the rest of the vector when destructing to a two element vector, everything after the second "?" was being ignored.