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 about 3 years ago

Fixed

  • Searching on custom searchable data when using collection driver (#521)
scout -

Published by driesvints about 3 years ago

Changed

  • Add the ability to omit the search argument in the CollectionEngine (#515)

Fixed

  • Update meilisearch-sdk version to v0.19.0 (#511)
  • Check for meilisearch-php 0.19.0 instead (#513)
scout -

Published by driesvints about 3 years ago

Changed

  • Support rename of filters to filter in meilisearch 0.21.x (#510)
scout -

Published by driesvints about 3 years ago

Fixed

  • Fixed non string columns breaking model filter with collection driver (#507)
scout -

Published by driesvints about 3 years ago

Fixed

  • HasManyThrough::macro('unsearchable') fix (#505)
scout -

Published by driesvints about 3 years ago

Changed

  • Timeout options for algolia client (#501)

Fixed

  • Fix meilisearch where in (#498)
scout -

Published by driesvints over 3 years ago

Changed

scout -

Published by driesvints over 3 years ago

Changed

  • 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)
scout - v9.2.1

Published by driesvints over 3 years ago

Added

Fixed

scout -

Published by driesvints over 3 years ago

Added

  • Collection Engine (#488)
scout -

Published by driesvints over 3 years ago

Fixed

  • 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)
scout -

Published by driesvints over 3 years ago

Changed

  • Overridable jobs (#476)
scout -

Published by driesvints over 3 years ago

Added

  • Use queued job for "unsearching" when Scout queue is enabled (#471)

Changed

  • Remove useless variable in simplePaginate (#472)
scout -

Published by driesvints over 3 years ago

Added

Changed

  • Drop support for old Laravel versions and PHP 7.2 (#459)

Fixed

  • Fixes pagination count when Laravel\Scout\Builder contains custom query callback (#469)
scout -

Published by driesvints over 3 years ago

Changed

  • Move booting of services (#453)
  • Add reset method (fb8ce0c)
scout -

Published by driesvints over 3 years ago

Added

  • Add ability to use simplePaginate (#443)
scout -

Published by driesvints almost 4 years ago

Changed

  • Use the Config facade instead (#442)
scout -

Published by driesvints almost 4 years ago

Fixed

  • Allow running observer callbacks after database transactions have committed (#440, 56ea20d)
scout -

Published by driesvints almost 4 years ago

Changed

  • Revert $afterCommit property (ece6758)
scout -

Published by driesvints almost 4 years ago

Changed

  • Run observer callbacks after database transactions have committed (#436)