We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 706a634 + b3688d2 commit 2616d6bCopy full SHA for 2616d6b
README.md
@@ -163,6 +163,7 @@ Output:
163
164
This package is compatible with the following MeiliSearch versions:
165
166
+- `v0.14.X`
167
- `v0.13.X`
168
169
## 🎬 Examples
tests/index_tests.ts
@@ -113,8 +113,8 @@ describe.each([
113
await expect(
114
index.updateIndex({ primaryKey: 'newPrimaryKey' })
115
).rejects.toThrowError(
116
- `The schema already have an primary key. It's impossible to update it`
117
- ) // see issue in meilisearch/meilisearch
+ `A primary key is already present. It's impossible to update it`
+ )
118
})
119
120
test(`${permission} key: delete index`, async () => {
0 commit comments