Releases: pmatseykanets/laravel-scout-postgres
Releases · pmatseykanets/laravel-scout-postgres
2.3.0
Added
- Allow to choose a tsquery producing function
2.2.0
Fixed
- Downgraded dependency versions to support php 7.0+ and Laravel 5.4+
2.1.0
Added
- Added support for applying
ORDER BY
clauses set on the builder instance.
2.0.0
Changed
- Switched to Scout 4 (Laravel 5.6) and PHPUnit 7
1.0.0
Added
- Added Laravel 5.5 support including package auto discovery.
0.5.0
Changed
- Updated dependencies to support Laravel 5.4 and Scout 3.0
0.4.1
0.4.0
0.3.0
Changed
- Updated to scout 2.0.
- Fixed an issue with order by clause when performing a search.