Open rafaneri opened 7 years ago
Hello,
I'm trying to use the sort method in mongodbmixin, but without success. I did these tests:
pump.find(query).sort({}) // and pump._mongo.collection.find(query).sort({}).stream()
What is the way to use the sort?
tks!
Hello,
I'm trying to use the sort method in mongodbmixin, but without success. I did these tests:
What is the way to use the sort?
tks!