标签:info src uil alt 数据结构 版本问题 box elastic 问题
Paginate 分页报错问题,是版本问题,部分数据结构改变,导致的 Unsupported operand types
1、修改 laravel-scout-elastic/src/ElasticsearchEngine.php
public function getTotalCount($results)
{
return $results[‘hits‘][‘total‘][‘value‘];
}
我的是修改这两个
其它人反馈可能需要修改这个
2、修改 laravel/scout/src/Builder.php
larave Elasticsearch scout Unsupported operand types报错
标签:info src uil alt 数据结构 版本问题 box elastic 问题
原文地址:https://www.cnblogs.com/php-no-2/p/13042691.html