File tree 2 files changed +7
-2
lines changed
tests/Search/QueryBuilder 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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.0]
10
+
9
11
### Added
10
12
11
13
- Implementation of SLOP parameter ([ PR #8 ] )
12
14
13
15
### Fixed
14
16
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 ] )
16
18
- Don't double % in fuzzy search ([ Issue #11 ] , [ PR #14 ] )
17
19
- Fix exact match not used inside text facet ([ Issue #12 ] , [ PR #15 ] )
20
+ - (dev) Fix missing ` @uses ` in Unit Test
18
21
19
22
## [ 1.3.0]
20
23
@@ -101,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101
104
102
105
First version
103
106
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
105
109
[ 1.3.0 ] : https://github.com/MacFJA/php-redisearch/compare/1.2.0...1.3.0
106
110
[ 1.2.0 ] : https://github.com/MacFJA/php-redisearch/compare/1.1.0...1.2.0
107
111
[ 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 35
35
*
36
36
* @uses \MacFJA\RediSearch\Helper\EscapeHelper
37
37
* @uses \MacFJA\RediSearch\Helper\DataHelper
38
+ * @uses \MacFJA\RediSearch\Search\QueryBuilder\ExactMatch
38
39
* @uses \MacFJA\RediSearch\Search\QueryBuilder\OrGroup
39
40
* @uses \MacFJA\RediSearch\Search\QueryBuilder\Word
40
41
*/
You can’t perform that action at this time.
0 commit comments