2

When executing a find() query without any sort() function, are the returned results in any kind of order? Does this order change between find queries?

I'm trying to understand this default behavior and if it made sense, use it to implement pagination functionality on my API's results.

Kayvan Mazaheri
  • 2,447
  • 25
  • 40
  • When executing a `find()` with no parameters, the database returns objects in forward natural order. – alexmac Aug 17 '17 at 17:39

0 Answers0