Right now i’m developing a yii2 powered application, and it needs to support 2 languages. When searching in a gridview, the resulting url is something like this:
books/?BookSearch[code]=&BookSearch[name]=pet
Is there a way to translate or hide the search parameters? (hiding would probably be the best option for me). The books/?BookSearch part could even stay the same, what i want to change is the attributes (in this case code and name)