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

fix: register macros #310

Closed DevinCodes closed 2 years ago

DevinCodes commented 2 years ago

This fixes a bug introduced in the last release where macros for Aggregators were not registered, which causes issues when models in the aggregator don't have the Searchable trait.

DevinCodes commented 2 years ago

I'm writing a test for this later this week 😄