I have a query implemented in the below link wherein I am trying to get all the depots based on the city values present in charge_level_key inside contracts. In other words, each string value in charge_level_key is a city that has to be matched with the depots and the corresponding depots should be fetched.
The current implementation is working with case sensitive. I need to make it work as the same way with case insensitivity. How would I do that
https://mongoplayground.net/p/ZH6K5gkJxrs
Thanks in advance