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 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 0.4.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.0 ) - 2017-01-16
4
6
### 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).
7
10
8
11
## [ 0.3.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.3.0 ) - 2017-01-04
9
12
### Changed
18
21
### Added
19
22
- Implemented ` getTotalCount() ` method to support length aware pagination.
20
23
21
- ### Updated
24
+ ### Changed
22
25
- Updated README.md.
23
26
24
27
## [ 0.1.1] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.1 ) - 2016-10-07
25
- ### Updated
28
+ ### Changed
26
29
- Updated composer dependencies.
27
30
28
31
## [ 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