Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFJA committed Sep 6, 2021
1 parent 0837779 commit 1373f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0]

### Added

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

### Fixed

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

## [1.3.0]

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

First version

[Unreleased]: https://github.com/MacFJA/php-redisearch/compare/1.3.0...HEAD
[Unreleased]: https://github.com/MacFJA/php-redisearch/compare/1.4.0...HEAD
[1.4.0]: https://github.com/MacFJA/php-redisearch/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/MacFJA/php-redisearch/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/MacFJA/php-redisearch/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/MacFJA/php-redisearch/compare/1.0.0...1.1.0
Expand Down
1 change: 1 addition & 0 deletions tests/Search/QueryBuilder/TextFacetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*
* @uses \MacFJA\RediSearch\Helper\EscapeHelper
* @uses \MacFJA\RediSearch\Helper\DataHelper
* @uses \MacFJA\RediSearch\Search\QueryBuilder\ExactMatch
* @uses \MacFJA\RediSearch\Search\QueryBuilder\OrGroup
* @uses \MacFJA\RediSearch\Search\QueryBuilder\Word
*/
Expand Down

0 comments on commit 1373f06

Please sign in to comment.