Skip to content

Releases: protonemedia/laravel-cross-eloquent-search

3.4.0

12 Mar 11:37
cadbd5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

02 Jan 11:01
b36c04d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

21 Feb 21:06
c2fe121
Compare
Choose a tag to compare
  • Support for Laravel 10
  • Dropped support for PHP 8.0

3.1.0

09 Dec 12:11
ad00faf
Compare
Choose a tag to compare
  • Support for PHP 8.2
  • Dropped support for Laravel 8

3.0.1

20 Sep 18:19
69fc11a
Compare
Choose a tag to compare

3.0.0

16 Feb 12:14
Compare
Choose a tag to compare
  • Support for Full-Text Search.
  • Support for custom type values when using the includeModelType method (thanks @muarachmann!).
  • By default, the results are sorted by the updated column, which is the updated_at column in most cases. If you don't use timestamps, it will now use the primary key by default.
  • The get method has been renamed to search (thanks @babacarcissedia!).
  • The addWhen method has been removed in favor of when.

2.7.1

10 Feb 20:30
2759081
Compare
Choose a tag to compare
  • Add Conditionable trait to Searcher (thanks @Daanra!)

2.7.0

04 Feb 09:41
a3bed78
Compare
Choose a tag to compare

Support for Laravel 9

2.6.1

22 Dec 11:05
Compare
Choose a tag to compare
  • Bugfix for excluding models when searching for relations without a search term (fixes #37).

2.6.0

22 Dec 10:12
e167745
Compare
Choose a tag to compare
  • Added includeModelType method (thanks @mrkalmdn!)