Advance search
Posted: Mon Dec 22, 2014 6:24 am
the above code is case sensitive how can i make it case insensitive
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
the above code is case sensitive how can i make it case insensitive
the above code is case sensitive how can i make it case insensitive
Hi AKR,
You can use regEx with options: "i" instead of direct value:
For example:
pre
{"westlothian": {"$regex": westlothian, "$options":"i"} },
/pre
Regard.
how did you implement this? I need to do the same thing. Where do you add this in the where ?