I want to know how to filter and order the results by score with azure search.
I tried :
https://domaine.net/indexes/indexName/docs?search=TEST$orderby=@search.score%20desc&$count=true
Return :
object(stdClass)#322 (1) {
["error"]=>
object(stdClass)#323 (2) {
["code"]=>
string(0) ""
["message"]=>
string(96) "Invalid expression: Syntax error at position 8 in '@search.score asc'.
Parameter name: $orderby"
}
}