When "Multilingual Redirect" is activated the url query string is lost in the redirection process:
For Example domain.com/page/?param=value gets redirected to domain/en/page/. This should instead properly redirect to domain.com/en/page/?param=value.
This also needs to be solved for the alternate redirection methods, so that domain.com/page/?param=value could also redirect to domain.com/page/?language=en¶m=value