Ik vond dat als een equivalent:
collection.find({ $text: { $search : "your search words" }})
.toArray(function(err,results) {
// ..callback stuff..
});
Ik vond dat als een equivalent:
collection.find({ $text: { $search : "your search words" }})
.toArray(function(err,results) {
// ..callback stuff..
});