From 9a030cdf6f6c39ae1040fd54dc0415237f69c806 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 21 Sep 2018 15:51:28 +0100 Subject: [PATCH] fix default sorting direction for search --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index 24bc84b90..47f60072a 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -173,7 +173,7 @@ "key": "score", "type": "FIELD", "field": "score", - "ascending": true + "ascending": false } ] },