dchester / epilogue

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

Fix search with sequelize 3 #224

Closed GabeAtWork closed 1 month ago

GabeAtWork commented 6 years ago

Current epilogue has a dependency on Sequelize 3. This fixes the search for users with Sequelize 4 without a dependency bump in epilogue's sequelize version.

GabeAtWork commented 6 years ago

Fixes #220 (Sequelize 3)

tomasgvivo commented 6 years ago

Status?

GabeAtWork commented 6 years ago

@tomasgvivo I think the project is unmaintained now. You can try this maintained fork to see if it fits your needs: https://github.com/tommybananas/finale

Alternatively, if all you need is this fix, you can pick up my commits. I'd suggest making your own fork though, I cannot guarantee my branch will remain in the long run.