dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

Allow for multiple search parameters definitions #141

Closed karolisg closed 8 years ago

karolisg commented 8 years ago

I have implemented an ability to use multiple search parameters. The only change is that now search parameters can be passed as an array.

mbroadst commented 8 years ago

LGTM, thanks very much for your contribution!