File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ )
6
6
7
- ## [ Unreleased]
8
- - FIX: SearchFactory adds empty ` query_string ` query even if query string is empty when no ` where ` clauses are set.
7
+ ## [ 7.11.0] - 2025-02-20
8
+ ### Fixed
9
+ - SearchFactory adds empty ` query_string ` query even if query string is empty when no ` where ` clauses are set.
10
+ - DefaultImportSource do not work properly with model that have complex scopes https://github.com/matchish/laravel-scout-elasticsearch/pull/298
9
11
10
- ## [ 7.10.0] - 2024-12-128
12
+ ## [ 7.10.0] - 2024-12-12
11
13
### Added
12
14
- Use [ ` source ` in options] ( https://github.com/matchish/laravel-scout-elasticsearch/pull/293 ) to set returned fields
13
15
You can’t perform that action at this time.
0 commit comments