We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff39f73 commit e397e72Copy full SHA for e397e72
src/models/query-options.js
@@ -4,7 +4,7 @@ var Query = require('mongodb-language-model').Query;
4
// var debug = require('debug')('scout:models:query-options');
5
6
var DEFAULT_SORT = {
7
- $natural: -1
+ _id: -1
8
};
9
var DEFAULT_LIMIT = 100;
10
var DEFAULT_SKIP = 0;
0 commit comments