Paginate 分页报错问题,是版本问题,部分数据结构改变,导致的 Unsupported operand types

1、修改 laravel-scout-elastic/src/ElasticsearchEngine.php

 

larave Elasticsearch scout  Unsupported operand types报错
 

 larave Elasticsearch scout  Unsupported operand types报错

 

 

public function getTotalCount($results)
{
return $results['hits']['total']['value'];
}

 

我的是修改这两个 

 

其它人反馈可能需要修改这个 

2、修改 laravel/scout/src/Builder.php

 

larave Elasticsearch scout  Unsupported operand types报错

 

相关文章: