it would be very handy to have information about the search results from elastic in the response (e.g in the meta object or something like this).
In this example, we would need the max_score to show it as the first row, then order the other hits by the _score (desc):

also, I've tried to sort data based on the score (sort[:avg:score]=desc) and that doesn't seem to work.