From 760f4f84eb56ebac5f8bdfd8a3f09b5330e518a5 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 6413b2d45b..e090e2371b 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",