Closed
Description
When requesting a url on docs.rs that gets redirected e.g. because the wrong version of -/_ was used, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics, and you add query parameters, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics/?search=pixel, you get redirected to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/ with the query parameter stripped. I think the redirect should instead go to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/?search=pixel, i.e. keeping the query parameters.