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.
1 parent 169c0e1 commit 4e05d4fCopy full SHA for 4e05d4f
README.md
@@ -122,6 +122,7 @@ Output:
122
## 🤖 Compatibility with MeiliSearch
123
124
This package is compatible with the following MeiliSearch versions:
125
+
126
- `v0.10.X`
127
128
## 🎬 Examples
@@ -387,7 +388,7 @@ A GitHub Action will be triggered and push the package on [npm](https://www.npmj
387
388
`index.deleteDocuments(documentsIds: string[] | number[]): Promise<EnqueuedUpdate>`
389
390
- Delete all documents:
-`index.deleteAllDocuments(): Promise<Types.EnqueuedUpdate>`
391
+ `index.deleteAllDocuments(): Promise<Types.EnqueuedUpdate>`
392
393
### Settings <!-- omit in toc -->
394
0 commit comments