ADF-5323 fix score query

This commit is contained in:
Eugenio Romano 2021-02-02 11:05:41 +00:00 committed by GitHub
parent e98df9a974
commit 33dee34b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@
{ {
"key": "score", "key": "score",
"label": "SEARCH.SORT.RELEVANCE", "label": "SEARCH.SORT.RELEVANCE",
"type": "FIELD", "type": "SCORE",
"field": "score", "field": "score",
"ascending": false "ascending": false
}, },