File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 0.4.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.0 ) - 2017-01-16
46### Added
5- - Configurable PostgreSQL search config.
6- - Take care of soft-deleted models. #6
7+ - Made it possible to specify PostgreSQL search config both globally in scout.php or on per model basis.
8+ ### Changed
9+ - Fixed #6 . Check for models that no longer exist but still present in the index (i.e. soft-deleted models).
710
811## [ 0.3.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.3.0 ) - 2017-01-04
912### Changed
1821### Added
1922- Implemented ` getTotalCount() ` method to support length aware pagination.
2023
21- ### Updated
24+ ### Changed
2225- Updated README.md.
2326
2427## [ 0.1.1] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.1 ) - 2016-10-07
25- ### Updated
28+ ### Changed
2629- Updated composer dependencies.
2730
2831## [ 0.1.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.0 ) - 2016-09-02
You can’t perform that action at this time.
0 commit comments