Skip to content

Commit d0714f2

Browse files
authored
Update MeiliSearch version in README (v0.22.0) (#111)
* Update MeiliSearch version in README Should be merged once MeiliSearch v0.22.0 is released * Uncomment test * Fix test
1 parent 3fa1d40 commit d0714f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class SettingsTest extends BaseKernelTestCase
2222
'typo',
2323
'proximity',
2424
'attribute',
25+
'sort',
2526
'exactness',
2627
];
2728

@@ -85,7 +86,6 @@ public function testUpdateSettings(): void
8586
$this->assertEquals(['a', 'an', 'the'], $settings['stopWords']);
8687

8788
$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']);
89+
$this->assertEquals(['publishedAt', 'title'], $settings['filterableAttributes']);
9090
}
9191
}

0 commit comments

Comments
 (0)