Hi I am trying to make a filter for e commerce website. I have two kinds of filters one is for brands and one is for price. I want to pass query string in the url so that I could get those values. I wanted to know how would I pass query string in the url after a click of a checkbox in the view and also wanted to know what would be the best method to pass an array of values example when the user checks on multiple brands then how would I pass the array of those brand_id to the query string.