scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

MIT License

Downloads
29.6M
Stars
1.5K
Committers
157

Bot releases are hidden (Show)

scout -

Published by driesvints almost 4 years ago

Added

  • PHP 8 Support (#425)
scout -

Published by driesvints almost 4 years ago

Added

  • Add makeAllSearchableUsing (bf8585e)
scout - v8.3.1

Published by driesvints about 4 years ago

Fixed

  • Fix HasManyThrough relationships (#416)
scout - v8.3.0

Published by driesvints about 4 years ago

Added

  • Laravel 8 support (#415)

Changed

  • Update builder class pagination methods to resolve LengthAwarePaginator using container (#413)
scout - v8.2.1

Published by driesvints about 4 years ago

Fixed

  • Fix undefined $user variable bug (e751cf4)
scout - v8.2.0

Published by driesvints about 4 years ago

Added

scout - v8.1.0

Published by driesvints over 4 years ago

Added

  • Optional param for chunk size on scout:import (#407)
scout - v8.0.1

Published by driesvints over 4 years ago

Fixed

  • Merge default scout configs (#402)
scout - v8.0.0

Published by driesvints over 4 years ago

Changed

  • Use chunkById instead of chunk (#360)
  • Drop support for Laravel 5.x
  • Drop support for PHP 7.1
scout - v7.2.1

Published by driesvints about 5 years ago

Fixed

scout - v7.2.0

Published by driesvints about 5 years ago

Added

  • Add __call() method to AlgoliaEngine (#384)
scout - v7.1.3

Published by driesvints about 5 years ago

Changed

  • Updated version constraints for Laravel 6 (b31e612)
scout - v7.1.2

Published by driesvints over 5 years ago

Fixed

  • Calling values() on sorted collection to reset the array keys (#372)
scout - v7.1.1

Published by driesvints over 5 years ago

Changed

  • Remove support for PHP 7.0 (217c2ee)

Fixed

  • Fix engine results order (#369, bde4969)
  • Fix empty update with soft delete (#370)
scout - v7.1.0

Published by driesvints over 5 years ago

Added

  • Added support for Laravel 5.8 (694d83b)
scout - v7.0.0

Published by driesvints over 5 years ago

Changed

  • Upgraded Algolia API client to v2 (#349, #353)
scout - v6.1.3

Published by driesvints almost 6 years ago

Fixed

  • Pass plain array to newCollection method (68fbcd1)
scout - v6.1.2

Published by driesvints almost 6 years ago

Fixed

  • Use Model collection where appropriate (#334)
scout - v6.1.1

Published by driesvints almost 6 years ago

Added

  • Builder implementation can be changed using the container (#322)
scout - v6.1.0

Published by driesvints almost 6 years ago

Fixed

  • Fix soft delete on Searchable trait (#321)

Changed

  • Skip empty updates for AlgoliaEngine (#318)