From 33dee34b2be0b78875e70aa9fbd6a251d0939ad0 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 2 Feb 2021 11:05:41 +0000 Subject: [PATCH] ADF-5323 fix score query --- 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 9827cf1d6..1d1a43170 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -196,7 +196,7 @@ { "key": "score", "label": "SEARCH.SORT.RELEVANCE", - "type": "FIELD", + "type": "SCORE", "field": "score", "ascending": false },