dchester / epilogue

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

Adds a check for criteria's symbols in list search - Sequelize 4 #223

Open GabeAtWork opened 6 years ago

GabeAtWork commented 6 years ago

Fixes the search and uses Sequelize's Symbols (as per @michailpanagiotis's work).

This results in a dependency bump to Sequelize 4

GabeAtWork commented 6 years ago

Fixes #220

GabeAtWork commented 6 years ago

This PR will now have a dependency bump for Sequelize 4

I reopened the previous PR without the dependency bump : #224

GabeAtWork commented 6 years ago

Tests are failing even with the dependency bump. @michailpanagiotis it'll take more work to make epilogue compatible with Sequelize 4