trailsjs / trailpack-waterline

:package: Waterline.js Trailpack
MIT License
8 stars 9 forks source link

Support `GET /users?populate=a,b` syntax #82

Open gutenye opened 8 years ago

gutenye commented 8 years ago

At the moment it support: GET /users?popualte[]=a&populate[]=b.

But for developers migrate from sails to trails, it would be easy if trails can support GET /users?populate=a,b