sql >> Database >  >> NoSQL >> MongoDB

Gelijk aan mongo shell db.collection.runCommand() in Node.js

Ik vond dat als een equivalent:

collection.find({ $text: { $search : "your search words" }})
  .toArray(function(err,results) {
    // ..callback stuff..
});


  1. MongoDB installeren op Ubuntu 16.04

  2. Mongo db-updatequery werkt niet in ingesloten documenten in azure cosmos db

  3. Hoe gegevens in MongoDB te laden die in de host worden uitgevoerd vanuit een Docker die op dezelfde machine draait?

  4. MongoDB $addField en $indexOfArray in Spring Data