I want to sort out using Azure @search.score desc, (Some of my attributes), but I was not bale to figure it out how to reference this field.
Given below I try to do it.
$orderby=search.score+desc,MyFieldOne,MyFieldTwo
[email protected]+desc,MyFieldOne,MyFieldTwo
$orderby=%40search.score+desc,MyFieldOne,MyFieldTwo
But all this end up getting error.
Can anyone help me with this?