-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add faceted configuration * Add facets on Changelog * Replace String with [[String]] * Correcting facetFilter encode and remove Filter type to support multiple fields in the filter * Check the length of the parameters before building the dictionary * Fix wrong name of parameter in the faceted attributes attribute Co-authored-by: Samuel Jimenez <[email protected]> * Update Sources/MeiliSearch/Client.swift Co-authored-by: Samuel Jimenez <[email protected]> * Update Sources/MeiliSearch/Client.swift Co-authored-by: Samuel Jimenez <[email protected]> * Update Sources/MeiliSearch/Client.swift Co-authored-by: Samuel Jimenez <[email protected]> * Update Sources/MeiliSearch/Client.swift Co-authored-by: Samuel Jimenez <[email protected]> Co-authored-by: Samuel Jimenez <[email protected]>
- Loading branch information
Showing
6 changed files
with
375 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## vX.X.X | ||
|
||
- Added getOrCreateIndex function (#4) | ||
- Added Facets support (#15) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.