Nuno Maduro - Scout Extended - Laravel Meetup @ Algolia

Project: Laravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. But because Laravel Scout is search engine-agnostic, it keeps things basic. For indexing, this isn’t an issue, as Scout will help keep everything in sync and format your data the way you want. But for search, it’s limited. In this talk, we will be using Scout Extended, a library created by Algolia that extends Laravel Scout adding Algolia-specific f
Back to Top