Update app.config.json

Fix default score configuration
This commit is contained in:
Eugenio Romano 2021-02-04 14:26:00 +00:00 committed by GitHub
parent 7f1343b504
commit 3695150186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@
"defaults": [
{
"key": "score",
"type": "FIELD",
"type": "SCORE",
"field": "score",
"ascending": false
}