From 8819f97de192a8f323ef983b5fdf27416d52ef46 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Thu, 21 Mar 2019 12:56:28 +0200 Subject: [PATCH] set relevance descending by default (#1027) --- 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 6413b2d45..e090e2371 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -130,7 +130,7 @@ "label": "SEARCH.SORT.RELEVANCE", "type": "FIELD", "field": "score", - "ascending": true + "ascending": false }, { "key": "name",