Skip to content

Commit e67bcdb

Browse files
authoredFeb 20, 2025··
Update CHANGELOG.md
1 parent b4e4bc8 commit e67bcdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/)
66

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
911

10-
## [7.10.0] - 2024-12-128
12+
## [7.10.0] - 2024-12-12
1113
### Added
1214
- Use [`source` in options](https://github.com/matchish/laravel-scout-elasticsearch/pull/293) to set returned fields
1315

0 commit comments

Comments
 (0)
Please sign in to comment.