Finding in MongoDB using two keys with Express JS and Node
I need help. I'm using the command .find() in my web application (express JS and Node) but it doesn't work. I want to search with multiple words. It's quite confusing because when I use the command $all, and I force…