Why does my MongoDb query in Node.js not return any results?
I have the following cookie cutter code, that just simply looks to select records with a specific field value (that I know exist in my database) with a MongoClient:
I have the following cookie cutter code, that just simply looks to select records with a specific field value (that I know exist in my database) with a MongoClient: