Releases: TomLingham/Laravel-Searchy
Releases · TomLingham/Laravel-Searchy
2.0.20
2.0.19
Laravel 6 support
2.0.18
Merge pull request #87 from movem/master Add Laravel 5.6 support
2.0.17
Merge pull request #80 from vinkla/laravel55 Add Laravel 5.5 support
3.0.0-beta2
Addition of new AmbiSearchDriver to allow more intuitive text search
3.0.0-beta1
Support all versions of PHP 7
2.0.16
Support all versions of PHP 7
2.0.15
Support all versions of PHP 7
2.0.14
Merge pull request #69 from vinkla/patch-1 Update SearchyServiceProvider.php
2.0.13
Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes Fix search query with quotes by replacing trim function to substr.