From 81b3319d7e4a99cc6f7e6c73db02f35eec81bafa Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 3 Feb 2021 10:31:28 +0000 Subject: [PATCH] Update app.config.json Update score Query to be cross implementation compatible --- src/app.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index 1d1a43170..e08a82d46 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -527,7 +527,7 @@ { "key": "score", "label": "Relevance", - "type": "FIELD", + "type": "SCORE", "field": "score", "ascending": false } @@ -535,7 +535,7 @@ "defaults": [ { "key": "score", - "type": "FIELD", + "type": "SCORE", "field": "score", "ascending": false }