Ich habe das als Äquivalent gefunden:
collection.find({ $text: { $search : "your search words" }})
.toArray(function(err,results) {
// ..callback stuff..
});
Ich habe das als Äquivalent gefunden:
collection.find({ $text: { $search : "your search words" }})
.toArray(function(err,results) {
// ..callback stuff..
});