You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone ,
When i use :
\Search::insert(1, array(
'title' => 'My title',
'content' => 'The quick brown fox...',
'status' => 'published',
));
My app show error :
Argument 1 passed to Elasticsearch\Client::__construct() must be an instance of Elasticsearch\Transport, array given, called in ..../vendor/mmanos/laravel-search/src/Mmanos/Search/Index/Elasticsearch.php on line 38 and defined
Please help me !
Thanks
The text was updated successfully, but these errors were encountered:
Hi everyone ,
When i use :
\Search::insert(1, array(
'title' => 'My title',
'content' => 'The quick brown fox...',
'status' => 'published',
));
My app show error :
Argument 1 passed to Elasticsearch\Client::__construct() must be an instance of Elasticsearch\Transport, array given, called in ..../vendor/mmanos/laravel-search/src/Mmanos/Search/Index/Elasticsearch.php on line 38 and defined
Please help me !
Thanks
The text was updated successfully, but these errors were encountered: