algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
393 stars 85 forks source link

Support meilisearch? #321

Closed mokhosh closed 1 year ago

mokhosh commented 1 year ago

I was checking out the code specifically for aggregators and it seemed like there isn't anything specific to Algolia. Is it possible to add (at least partial) support for Meilisearch to this amazing package?

DevinCodes commented 1 year ago

Hi there!

This library was specifically designed to work with Algolia so it will likely break when using other search engines for Laravel Scout. There are currently no plans to support other engines in this package, we suggest using the Laravel Scout package directly.

Cheers!