v10.2.4 - 2023-08-08
- Add Configurable Scout Key Type by @geisi in laravel#752
v10.2.3 - 2023-07-11
- Override attributesToRetrieve config to ensure search result is complete by @mmachatschek in laravel#751
v10.2.2 - 2023-05-24
- Fixes usage with
sqlsrv
databases by @nunomaduro in laravel#740
v10.2.1 - 2023-05-10
- Fixes
makeSearchableUsing
not being able to be called by @nunomaduro in laravel#739
v10.2.0 - 2023-05-09
- Add 'makeSearchableUsing' method (to allow eager loading when making specific models searchable) by @gdebrauwer in laravel#732
- Re-add options for search requests by @patrickweh in laravel#734
v10.1.1 - 2023-04-18
- Handle empty whereIn clause by @jshah4517 in laravel#729
v10.1.0 - 2023-04-11
- Removed redundant default value for config file by @siarheipashkevich in laravel#714
- Adds support for custom page names using the database engine by @lukeraymonddowning in laravel#728
v10.0.2 - 2023-03-07
- Use
newQuery()
instead ofquery()
inDatabaseEngine
by @jbelien in laravel#713
v10.0.1 - 2023-03-05
- Fix missing function issue by @JerryBels in laravel#711
v10.0.0 - 2023-03-02
- Refactor the use of getScoutKeyName by @driesvints in laravel#509
- Remove obsolete code for scout key name by @mmachatschek in laravel#545
- Provide searchable data array with primary key and value for MeiliSearch by @mmachatschek in laravel#546
- Fix custom scout keys not being utilized when deleting from queue by @stevebauman in laravel#657
- Drop old PHP and Laravel versions by @driesvints in laravel#675
- Meilisearch v1 support by @mmachatschek in laravel#678
v9.8.1 - 2023-02-14
- Adds types to
makeAllSearchableUsing
by @nunomaduro in laravel#660
v9.8.0 - 2023-01-17
- Laravel v10 Support by @driesvints in laravel#696
- Enable order by for
collection
&database
engines by @stein-j in laravel#695
v9.7.2 - 2023-01-09
- Handle non-consecutive key collection on MeiliSearch document deletion by @pyrou in laravel#688
- Fix missing variable in closure by @driesvints in laravel#694
v9.7.1 - 2023-01-06
- Make scout compatible with new meilisearch casing by @mmachatschek in laravel#687
v9.7.0 - 2023-01-03
- Add analytics for Meilisearch engine by @mmachatschek in laravel#681
- Allow options for search requests by @driesvints in laravel#683
v9.6.2 - 2022-12-21
- Added a missing import by @driesvints in https://github.com/laravel/scout/commit/56adabcc1575a692824ffa8009719b20e7778f28
v9.6.1 - 2022-12-20
- Allow FQCN to delete-index command by @kichetof in laravel#677
v9.6.0 - 2022-12-15
- Add command delete-all-indexes, update scout:index to allow FQCN and apply filterable on SoftDeletes by @kichetof in laravel#671
- Added soft deleted to Meilisearch by @kichetof in laravel#672
v9.5.1 - 2022-12-08
- Fix the sync index settings command not using the scout prefix by @tonysm in laravel#670
v9.5.0 - 2022-12-06
- Support Meilisearch index settings by @driesvints in laravel#669
v9.4.12 - 2022-10-04
- Fix custom scout keys not being utilized when deleting from queue by @stevebauman in laravel#656
v9.4.11 - 2022-09-27
- Use scout key when mapping keys from search results by @flexchar in laravel#652
v9.4.10 - 2022-07-19
- Return collection by @driesvints in laravel#635
v9.4.9 - 2022-05-05
- Apply
limit
onDatabaseEngine
before applying additional constraints by @crynobone in laravel#621
v9.4.8 - 2022-05-03
- Add limit to database engine by @keithbrink in laravel#619
v9.4.7 - 2022-04-06
- Fixed access to undefined key by @den1n in laravel#612
v9.4.6 - 2022-03-29
- Added the ability to pass an array of options to full-text search. by @den1n in laravel#606
- Update suggested SDK versions of Algolia and Meilisearch by @mmachatschek in laravel#608
v9.4.5 - 2022-02-22
- Remove redundant
return
key like for allwhen
methods for databas… by @siarheipashkevich in laravel#592
- Implements Meilisearch sort on paginate by @mrABR in laravel#587
- Remove default order by model key desc in database engine when full-text index is used by @smknstd in laravel#590
- Call queryCallback in DatabaseEngine by @Alanaktion in laravel#591
v9.4.4 - 2022-02-15
- Fix collection engine
mapIds
bug by @amir9480 in laravel#585
v9.4.3 - 2022-02-08
- Skip adding search constraints with empty search on DatabaseEngine (#582)
- Add sorting for Meilisearch (#537)
- Fix return for
paginateRaw
(#574)
- Add a DatabaseEngine (#564)
- Optimize whereIn to use whereIntegerInRaw when primaryKey is integer (#568)
- Add limit to collection engine (#569)
- Laravel 9 support (#571)
No significant changes.
- Fix issues for users providing searchable array without primary key (#547)
- Return correct output of mapIds method for MeiliSearch (#538)
- Add simplePaginateRaw query (#534)
- Collection Engine: add support for non-scalar values (#528)
- Support boolean filters (#524)
- Searching on custom searchable data when using collection driver (#521)
- Add the ability to omit the search argument in the
CollectionEngine
(#515)
- Support rename of filters to filter in meilisearch 0.21.x (#510)
- Fixed non string columns breaking model filter with collection driver (#507)
HasManyThrough::macro('unsearchable')
fix (#505)
- Timeout options for algolia client (#501)
- Fix meilisearch where in (#498)
- Improve observer strategy (#490, 19cff04)
- Downcase attribute and query for case-insensitive search (#493)
- Use numeric check (996256a)
- Custom callback support on collection engine (7da9dd6)
- Add
whereIn
support (2b1dd75)
- Filter on should be searchable (ad60f5b)
- Handle soft deletes (f04927d, b95af2e, 31073e4)
- Fix pagination (733eda3)
- Collection Engine (#488)
- Fix removing queued models with custom Scout keys (#480)
- Re-query scout engine when paginate results contains insufficient keys to generate proper pagination count query (#483)
- Overridable jobs (#476)
- Use queued job for "unsearching" when Scout queue is enabled (#471)
- Remove useless variable in
simplePaginate
(#472)
- Support MeiliSearch Engine (#455, #457)
- Add support for cursor and LazyCollection on scout (#439, 1ebcd0d, #470)
- Drop support for old Laravel versions and PHP 7.2 (#459)
- Fixes pagination count when
Laravel\Scout\Builder
contains custom query callback (#469)
- Add ability to use simplePaginate (#443)
- Use the Config facade instead (#442)
- Revert
$afterCommit
property (ece6758)
- Run observer callbacks after database transactions have committed (#436)
- PHP 8 Support (#425)
- Add
makeAllSearchableUsing
(bf8585e)
- Fix HasManyThrough relationships (#416)
- Laravel 8 support (#415)
- Update builder class pagination methods to resolve LengthAwarePaginator using container (#413)
- Fix undefined
$user
variable bug (e751cf4)
- Optional param for chunk size on
scout:import
(#407)
- Merge default scout configs (#402)
- Use chunkById instead of chunk (#360)
- Drop support for Laravel 5.x
- Drop support for PHP 7.1
- Proper version (44c8924)
- Add
__call()
method to AlgoliaEngine (#384)
- Updated version constraints for Laravel 6 (b31e612)
- Calling
values()
on sorted collection to reset the array keys (#372)
- Remove support for PHP 7.0 (217c2ee)
- Added support for Laravel 5.8 (694d83b)
- Pass plain array to newCollection method (68fbcd1)
- Use Model collection where appropriate (#334)
- Builder implementation can be changed using the container (#322)
- Fix soft delete on
Searchable
trait (#321)
- Skip empty updates for
AlgoliaEngine
(#318)