matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

How to use the latest version of this package with Elasticsearch 7? #271

Closed davimug closed 6 months ago

davimug commented 6 months ago

Is it possible to use the latest version of this package with Elasticsearch 7? From the readme, it seems yes but the elasticsearch version is locked in the composer config. Could anyone point me in the right direction?

Thanks

matchish commented 6 months ago

Don't remember but I think the package will be broken if you downgrade elasticsearch client.

matchish commented 6 months ago

Just realized that tests run against ES7 https://github.com/matchish/laravel-scout-elasticsearch/blob/9b675df4be7b0dd4a9599860bd5cb6def1a75664/.github/workflows/test-application.yaml#L25 so you can try to use the package with latest version.

davimug commented 6 months ago

Okay, seems to work with that version :) I was getting a strange error regarding the headers used - thanks!