Releases: pmatseykanets/laravel-scout-postgres
Releases · pmatseykanets/laravel-scout-postgres
2.3.0
31 Mar 15:56
Compare
Sorry, something went wrong.
No results found
Added
Allow to choose a tsquery producing function
2.2.0
26 Feb 17:07
Compare
Sorry, something went wrong.
No results found
Fixed
Downgraded dependency versions to support php 7.0+ and Laravel 5.4+
2.1.0
24 Feb 04:35
Compare
Sorry, something went wrong.
No results found
Added
Added support for applying ORDER BY
clauses set on the builder instance.
2.0.0
09 Feb 05:47
Compare
Sorry, something went wrong.
No results found
Changed
Switched to Scout 4 (Laravel 5.6) and PHPUnit 7
1.0.0
03 Sep 18:35
Compare
Sorry, something went wrong.
No results found
Added
Added Laravel 5.5 support including package auto discovery.
0.5.0
30 Jan 05:14
Compare
Sorry, something went wrong.
No results found
Changed
Updated dependencies to support Laravel 5.4 and Scout 3.0
0.4.1
22 Jan 21:08
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed #7 . No longer uses resolve()
helper to better support Laravel Lumen.
0.4.0
16 Jan 06:53
Compare
Sorry, something went wrong.
No results found
Added
Made it possible to specify PostgreSQL search config (i.e. simple, english...) both globally in scout.php or on per model basis.
Changed
Fixed #6 . Check for models that no longer exist but still present in the index (i.e. soft-deleted models).
0.3.0
04 Jan 06:42
Compare
Sorry, something went wrong.
No results found
Changed
Updated to scout 2.0.
Fixed an issue with order by clause when performing a search.
0.2.1
23 Dec 19:47
Compare
Sorry, something went wrong.
No results found
Changed
Fixed #2 . Cast nulls to empty strings in toVector()
.