Mongodb – Case-insensitive with Mongoose
I am desperately looking for a way to give a String and make it case-insensitive, and get the result with MongoDB. I tried with a RegEx, but it doesn't work properly, because if the given String has some characters, they…