laravel/scout
Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to search indexes. Supports Algolia, Meilisearch, and Typesense, with easy configuration via Laravel’s Scout integration.
not null condition by [@cappuc](https://github.com/cappuc) in https://github.com/laravel/scout/pull/981/types via .gitattributes by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/scout/pull/907where($field, $operator, $value) on Builder class by [@gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/scout/pull/969$limit and $index properties nullable in Builder by [@xurshudyan](https://github.com/xurshudyan) in https://github.com/laravel/scout/pull/953class-string type annotations to ModelObserver by [@xurshudyan](https://github.com/xurshudyan) in https://github.com/laravel/scout/pull/952--flush option to ImportCommand by [@tobz-nz](https://github.com/tobz-nz) in https://github.com/laravel/scout/pull/937scout:queue command to optimize large imports by [@stevebauman](https://github.com/stevebauman) in https://github.com/laravel/scout/pull/929--queue option to scout:queue-import by [@mason-rogers](https://github.com/mason-rogers) in https://github.com/laravel/scout/pull/932whereIn and whereNotIn queries by [@Joel-Jensen](https://github.com/Joel-Jensen) in https://github.com/laravel/scout/pull/905afterRawSearch callback by [@gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/scout/pull/904null values in where() with Meilisearch by [@tobz-nz](https://github.com/tobz-nz) in https://github.com/laravel/scout/pull/901whereNotIn filter to typesense engine by [@tharropoulos](https://github.com/tharropoulos) in https://github.com/laravel/scout/pull/878algolia/algoliasearch-client-php v4 by [@3bd-ulrahman](https://github.com/3bd-ulrahman) in https://github.com/laravel/scout/pull/872makeAllSearchableUsing by @nunomaduro in https://github.com/laravel/scout/pull/660collection & database engines by @stein-j in https://github.com/laravel/scout/pull/695limit on DatabaseEngine before applying additional constraints by @crynobone in https://github.com/laravel/scout/pull/621return key like for all when methods for databas… by @siarheipashkevich in https://github.com/laravel/scout/pull/592mapIds bug by @amir9480 in https://github.com/laravel/scout/pull/585paginateRaw (#574)No significant changes.
HasManyThrough::macro('unsearchable') fix (#505)$afterCommit property (ece6758)makeAllSearchableUsing (bf8585e)$user variable bug (e751cf4)scout:import (#407)__call() method to AlgoliaEngine (#384)values() on sorted collection to reset the array keys (#372)created_at column by [@stevebauman](https://github.com/stevebauman) in https://github.com/laravel/scout/pull/801sqlsrv databases by @nunomaduro in https://github.com/laravel/scout/pull/740makeSearchableUsing not being able to be called by @nunomaduro in https://github.com/laravel/scout/pull/739newQuery() instead of query() in DatabaseEngine by @jbelien in https://github.com/laravel/scout/pull/713How can I help you explore Laravel packages today?