From @dmarcelino on April 30, 2015 10:41
In balderdashy/waterline-adapter-tests#53 I've added case insensitive not and greaterThan tests but unfortunately sails-mongo is breaking those tests: https://travis-ci.org/balderdashy/waterline-adapter-tests/jobs/60676152#L542
PR #235 looked like a potential fix but after trying it the tests still fail.
We need to fix this issue to put sails-mongo on par with the other adapters.
Perhaps http://stackoverflow.com/questions/1863399/mongodb-is-it-possible-to-make-a-case-insensitive-query can help us get here...
cc: @andypham, @particlebanana, @tjwebb, @devinivy, @andyhu, @mgenev
Copied from original issue: balderdashy/sails-mongo#265
From @dmarcelino on April 30, 2015 10:41
In balderdashy/waterline-adapter-tests#53 I've added case insensitive
notandgreaterThantests but unfortunately sails-mongo is breaking those tests: https://travis-ci.org/balderdashy/waterline-adapter-tests/jobs/60676152#L542PR #235 looked like a potential fix but after trying it the tests still fail.
We need to fix this issue to put sails-mongo on par with the other adapters.
Perhaps http://stackoverflow.com/questions/1863399/mongodb-is-it-possible-to-make-a-case-insensitive-query can help us get here...
cc: @andypham, @particlebanana, @tjwebb, @devinivy, @andyhu, @mgenev
Copied from original issue: balderdashy/sails-mongo#265