mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
918 stars 187 forks source link

Sets port and fixes breaking log issue #105

Closed mjoshuase closed 3 years ago

mjoshuase commented 3 years ago

First change is setting the port for the request, something that was not done before. The next issue is that when logging, elasticsearch-php does not check if a value is not present which causes the whole package to break (link to line here).

I also added the ability to get the statistics from the request so that the returned data is now accurate.

cviebrock commented 3 years ago

Thanks!