MongoDB case insensitive "contains" operation, is it possible?
Here's my situation : In my MongoDB Database, I have a list of objects. Using an GraphQL API, I can search them using a filter. This filter creates a 'contains' filter input with my value, 'bar' for example. However, when…