sequelize-paginate icon indicating copy to clipboard operation
sequelize-paginate copied to clipboard

Count query breaks when using nested property in where clause

Open leandrofinger opened this issue 5 years ago • 2 comments

As the property include is removed for the count query, it breaks when we use a nested property in where clause.

I've tried to create a Pull Request, but I didn't get the correct commit message format. Follow my commit link: https://github.com/leandrofinger/sequelize-paginate/commit/e74f00ae91139798065a448cef69b2f557b58837

leandrofinger avatar Dec 08 '19 21:12 leandrofinger

same issue

Juanperezc avatar Jan 12 '20 23:01 Juanperezc

is there any reason to keep that include in the count filtering?

yassernasc avatar Jul 29 '20 14:07 yassernasc