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", "key": "score",
"label": "Relevance", "label": "Relevance",
"type": "FIELD", "type": "SCORE",
"field": "score", "field": "score",
"ascending": false "ascending": false
} }
@@ -535,7 +535,7 @@
"defaults": [ "defaults": [
{ {
"key": "score", "key": "score",
"type": "FIELD", "type": "SCORE",
"field": "score", "field": "score",
"ascending": false "ascending": false
} }