File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
7
+ ## [ 1.4.1] - 2021-03-14
8
+ ### Fixed
9
+ * ` GetResults ` method is now available on ` IEnumerable<ISearchResult> ` to allow for more efficient paging
10
+ * ` SearchHelper ` now uses ` GetResults ` method for consistency when getting typed results
11
+
7
12
## [ 1.4.0] - 2021-02-22
8
13
### Added
9
14
* ` JSON ` value type for indexing nested properties as unique fields
@@ -59,7 +64,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
59
64
### Added
60
65
* Initial release of Search Extensions for Umbraco 8.1
61
66
62
- [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...HEAD
67
+ [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...HEAD
68
+ [ 1.4.1 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...release-1.4.1
63
69
[ 1.4.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.3.0...release-1.4.0
64
70
[ 1.3.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.2.0...release-1.3.0
65
71
[ 1.2.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.1.0...release-1.2.0
You can’t perform that action at this time.
0 commit comments