From 3695150186ad94f7069b3c23773f402e6eef24dc Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 4 Feb 2021 14:26:00 +0000 Subject: [PATCH] Update app.config.json Fix default score configuration --- 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 e08a82d46..2660a3aea 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -253,7 +253,7 @@ "defaults": [ { "key": "score", - "type": "FIELD", + "type": "SCORE", "field": "score", "ascending": false }