Skip to content

Releases: protonemedia/laravel-cross-eloquent-search

2.2.0

17 Sep 08:26
6bd4009
Compare
Choose a tag to compare

Support for ordering by relevance

2.1.0

09 Aug 09:58
a7de32f
Compare
Choose a tag to compare

Support for Table prefixes

2.0.4

03 May 08:31
b415033
Compare
Choose a tag to compare
  • Fix phpdoc comment format (credit to @gazben)

2.0.3

29 Apr 13:08
Compare
Choose a tag to compare
  • Bugfix for non-paginated queries

2.0.2

29 Jan 15:06
5704910
Compare
Choose a tag to compare
V2 (#18)

2.0.0

29 Jan 08:46
7f6b536
Compare
Choose a tag to compare
  • Support for the soundex algorithm
  • Ability to disable wildcards
  • Uses the getUpdatedAtColumn method to evaluate the updated column
  • startWithWildcard method has been renamed to beginWithWildcard
  • allowEmptySearchQuery method and EmptySearchQueryException class removed

1.9.0

23 Dec 19:55
3d308b5
Compare
Choose a tag to compare

Support for addMany and addWhen methods

1.8.0

23 Dec 15:16
0e0a122
Compare
Choose a tag to compare

Support for simple pagination (thanks @mewejo!).

1.7.0

16 Dec 18:44
Compare
Choose a tag to compare
  • Support for counting results

1.6.0

16 Dec 18:16
Compare
Choose a tag to compare
  • Allow empty search terms without selecting columns