Update app.config.json

Update score Query to be cross implementation compatible
This commit is contained in:
Eugenio Romano
2021-02-03 10:31:28 +00:00
committed by GitHub
parent 33dee34b2b
commit 81b3319d7e

View File

@@ -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
}