📅  最后修改于: 2022-03-11 15:03:38.350000             🧑  作者: Mango
代码示例5
// sort by "field" ascending and "test" descending
query.sort({ field: 'asc', test: -1 });
// equivalent
query.sort('field -test');