query_string(hash)
query_string(:q => "peanuts", :page => 2) #=> q=peanuts&page=2 query_string(:fruits => %w[apple banana]) #=> q[]=apple&q[]=banana