diff --git a/core/modules/filters/indexes.js b/core/modules/filters/indexes.js index 3bbb22659..a2a207ed6 100644 --- a/core/modules/filters/indexes.js +++ b/core/modules/filters/indexes.js @@ -23,7 +23,6 @@ exports.indexes = function(source,operator,options) { $tw.utils.pushTop(results,Object.keys(data)); } }); - results.sort(); return results; };