need help with mongodb
My collection document look like this
Express code :
I use regEx to remove white spaces on hotelName variable and make it as lower case too before using on $regex query
So the problem is if I search Misu it works but it won't work when Burger King because it has space between the words !
Is there any solution or should I change the values in document
0 Replies