Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Nov 12, 2023
1 parent 6340444 commit a6e3610
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release Notes

## 0.18.0

### Fixes

* Fixed bug preventing to use `Compound` operator with `Search` and `SearchMeta` classes.

### New Features

* Pipelinized `Search` and `SearchMeta` classes. That is complex expressions can be built step by step by chaining operators.
* Updated `search` method in `¨Pipeline` class to ease the use of the search stages.
* Clarified and simplified faceted search

### Refactoring

* Use operators rather than statement in `Compound` class
* Factorized `Search` and `SearchMeta` classes by creating a `SearchBase` class
* Use `CountOptions` rather than raw dicts
* Created `AnyStage` union type

## 0.17.0

### Docs
Expand Down

0 comments on commit a6e3610

Please sign in to comment.