Skip to content

Commit

Permalink
Merge pull request #76 from meilisearch/bump-meilisearch-v0.14.0
Browse files Browse the repository at this point in the history
MeiliSearch Bump to v0.14.0
  • Loading branch information
eskombro authored Sep 1, 2020
2 parents e50615b + a9e8077 commit 1eb2add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ JSON output:
## 🤖 Compatibility with MeiliSearch

This package is compatible with the following MeiliSearch versions:
- `v0.14.0`
- `v0.13.0`

## 🎬 Examples
Expand Down
4 changes: 2 additions & 2 deletions client_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ func TestClientSearch_Search(t *testing.T) {
t.Fatal("facetsDistribution: Wrong count of facet options")
}

if tagCount.(map[string]interface{})["interesting book"] != float64(2) {
fmt.Println(tagCount.(map[string]interface{})["interesting book"])
if tagCount.(map[string]interface{})["Interesting book"] != float64(2) {
fmt.Println(tagCount.(map[string]interface{})["Interesting book"])
t.Fatal("facetsDistribution: Wrong count on facetDistribution")
}

Expand Down

0 comments on commit 1eb2add

Please sign in to comment.