babenkoivan / elastic-scout-driver

Elasticsearch driver for Laravel Scout
MIT License
257 stars 33 forks source link

Support Laravel Scout 9.0 #16

Closed VKambulov closed 3 years ago

VKambulov commented 3 years ago

Hello! A new release of Laravel Scout v9.0.0 has been released. If you update to it, then ElasticScoutDriver gives an error:

Class ElasticScoutDriver\Engine contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Laravel\Scout\Engines\Engine::lazyMap, Laravel\Scout\Engines\Engine::createIndex, Laravel\Scout\Engines\Engine::deleteIndex)

I think it would be nice to continue supporting new versions of Laravel Scout.

babenkoivan commented 3 years ago

Hey @VKambulov, thank you for reporting! No doubts there will be Scout 9 support 😉

stevebauman commented 3 years ago

Thanks for your work on this @babenkoivan! ❤️

This has been incredibly easy to implement, and that's a testament to how well you've documented and built this 💪

babenkoivan commented 3 years ago

Scout 9 support has been added in v1.4.0 🎉