Skip to content

Releases: TomLingham/Laravel-Searchy

2.0.20

08 May 10:29
e09994b
Compare
Choose a tag to compare

Added Laravel 7 Support

2.0.19

06 Jan 22:24
1451448
Compare
Choose a tag to compare
Laravel 6 support

2.0.18

23 Mar 23:08
e5d1eeb
Compare
Choose a tag to compare
Merge pull request #87 from movem/master

Add Laravel 5.6 support

2.0.17

30 Aug 12:34
Compare
Choose a tag to compare
Merge pull request #80 from vinkla/laravel55

Add Laravel 5.5 support

3.0.0-beta2

05 Oct 20:07
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release
Addition of new AmbiSearchDriver to allow more intuitive text search

3.0.0-beta1

30 Apr 06:32
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
Support all versions of PHP 7

2.0.16

27 Apr 10:59
Compare
Choose a tag to compare
Support all versions of PHP 7

2.0.15

27 Apr 10:55
Compare
Choose a tag to compare
Support all versions of PHP 7

2.0.14

30 Jan 23:20
Compare
Choose a tag to compare
Merge pull request #69 from vinkla/patch-1

Update SearchyServiceProvider.php

2.0.13

13 Dec 19:42
Compare
Choose a tag to compare
Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes

Fix search query with quotes by replacing trim function to substr.