Skip to content

Commit e045653

Browse files
authored
Try #111:
2 parents 3fa1d40 + 31f7b2d commit e045653

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Also, see our [Documentation](https://docs.meilisearch.com/learn/tutorials/getti
4848

4949
## 🤖 Compatibility with MeiliSearch
5050

51-
This package only guarantees the compatibility with the [version v0.21.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.21.0).
51+
This package only guarantees the compatibility with the [version v0.22.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.22.0).
5252

5353
## 💡 Learn More
5454

tests/Integration/SettingsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function testUpdateSettings(): void
8585
$this->assertEquals(['a', 'an', 'the'], $settings['stopWords']);
8686

8787
$this->assertNotEmpty($settings['filterableAttributes']);
88-
// commented until this bug is fixed: https://github.com/meilisearch/MeiliSearch/issues/1625
89-
// $this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
88+
$this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
9089
}
9190
}

0 commit comments

Comments
 (0)