See More

collection as $sort) { if ($sort->field === '_score') { $array[] = $sort->field; continue; } $array[] = $sort->toArray(); } return $array; } }