I'm looking into what is the correct way to pass multiple values for the same parameter name in a GET request in sails, but dont know how to achieve this.
I have seen url like this
http://url/action?id=a&id=b
http://url/action?id=x,y,z
So, can someone point me at an official reference source or any example?