File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tests/Search/QueryBuilder Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
102105First 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
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments