Skip to content

Commit 1373f06

Browse files
committed
Version 1.4.0
1 parent 0837779 commit 1373f06

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.0]
10+
911
### Added
1012

1113
- Implementation of SLOP parameter ([PR#8])
1214

1315
### Fixed
1416

15-
- Correclty handle Search result with NoContent flag ([Issue#9], [Issue#10], [PR#13])
17+
- Correctly handle Search result with NoContent flag ([Issue#9], [Issue#10], [PR#13])
1618
- Don't double % in fuzzy search ([Issue#11], [PR#14])
1719
- Fix exact match not used inside text facet ([Issue#12], [PR#15])
20+
- (dev) Fix missing `@uses` in Unit Test
1821

1922
## [1.3.0]
2023

@@ -101,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101104

102105
First version
103106

104-
[Unreleased]: https://github.com/MacFJA/php-redisearch/compare/1.3.0...HEAD
107+
[Unreleased]: https://github.com/MacFJA/php-redisearch/compare/1.4.0...HEAD
108+
[1.4.0]: https://github.com/MacFJA/php-redisearch/compare/1.3.0...1.4.0
105109
[1.3.0]: https://github.com/MacFJA/php-redisearch/compare/1.2.0...1.3.0
106110
[1.2.0]: https://github.com/MacFJA/php-redisearch/compare/1.1.0...1.2.0
107111
[1.1.0]: https://github.com/MacFJA/php-redisearch/compare/1.0.0...1.1.0

tests/Search/QueryBuilder/TextFacetTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @uses \MacFJA\RediSearch\Helper\EscapeHelper
3737
* @uses \MacFJA\RediSearch\Helper\DataHelper
38+
* @uses \MacFJA\RediSearch\Search\QueryBuilder\ExactMatch
3839
* @uses \MacFJA\RediSearch\Search\QueryBuilder\OrGroup
3940
* @uses \MacFJA\RediSearch\Search\QueryBuilder\Word
4041
*/

0 commit comments

Comments
 (0)