Case Sensitive issue while searching

[details=“System Information”]

  • Strapi Version:
  • Operating System: win 10
  • Database:
  • Node Version: 14.18.2
  • NPM Version: 6.14.15
  • Yarn Version:

I am having a issue with my API for search

api/drops?populate=highlight_word&&populate=image&&pagination[pageSize]=10&&filters[drop_title][$contains]=makes
It finds me the drop_title field containing makes but doesn’t find me drop_title containing Makes.
concluding case sensitiveness doesn’t work.
Please suggest me something that helps me with this.

1 Like