@sanjay that is how browsers pass an array by default to the URL. If you want a custom format, you need to implement some JS that turns the array into a string and push that as the URL.
Here's a good thread with some examples on how to take care of this both in the frontend and backend.