Query equal by date

System Information
  • Strapi Version: 3.6.2
  • Operating System: ubuntu
  • Database: mysql 8.x
  • Node Version: 12.x
  • NPM Version: 6.x
  • Yarn Version:

I tried to call API like http://localhost/articles/count?created_at_eq=2020-11-06, but it return 0, is it my syntax problem? but it returns successfully. I want to count how many articles in each day. And I’m sure there are some articles in 2020-11-06

depends if your field is an actual date or datetime can you confirm which is which?

I fixed, I think it’s kind of bug? Cuz I switched it to date format, it works, then I tried to switched it back to date time, it’s still work