After upgrading to sails v1 all the requests in the controllers became case sensitive.
Although this is expected, commented here: https://sailsjs.com/documentation/concepts/models-and-orm/models#?case-sensitivity, I would like to have case insensitive behavior.
In my queries this is a problem and I am not able to figure out a way to make it NON case sensitive again. I am using MongoDB in production.
Any kind of help or suggestion would be much appreciated.