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 }