You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-29Lines changed: 32 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,15 @@
28
28
## Table of Contents <!-- omit in toc -->
29
29
30
30
-[🔧 Installation](#-installation)
31
-
-[🚀 Getting started](#-getting-started)
31
+
-[🎬 Getting started](#-getting-started)
32
+
-[🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
32
33
-[🎬 Examples](#-examples)
33
34
-[Indexes](#indexes)
34
35
-[Documents](#documents)
35
36
-[Update status](#update-status)
36
37
-[Search](#search)
37
-
-[🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
38
+
-[⚙️ Development Workflow](#️-development-workflow)
39
+
-[📜 API Resources](#-api-resources)
38
40
39
41
## 🔧 Installation
40
42
@@ -46,7 +48,7 @@ npm install meilisearch
46
48
yarn add meilisearch
47
49
```
48
50
49
-
### 🏃♀️ Run MeiliSearch
51
+
### 🏃♀️ Run MeiliSearch<!-- omit in toc -->
50
52
51
53
There are many easy ways to [download and run a MeiliSearch instance](https://docs.meilisearch.com/guides/advanced_guides/installation.html#download-and-launch).
52
54
@@ -92,7 +94,7 @@ import MeiliSearch from 'meilisearch'
92
94
93
95
With the `updateId`, you can check the status (`processed` or `failed`) of your documents addition thanks to this [method](#update-status).
94
96
95
-
#### Search in index
97
+
#### Search in index<!-- omit in toc -->
96
98
97
99
```javascript
98
100
// MeiliSearch is typo-tolerant:
@@ -117,6 +119,11 @@ Output:
117
119
}
118
120
```
119
121
122
+
## 🤖 Compatibility with MeiliSearch
123
+
124
+
This package is compatible with the following MeiliSearch versions:
125
+
-`v0.10.X`
126
+
120
127
## 🎬 Examples
121
128
122
129
All HTTP routes of MeiliSearch are accessible via methods in this SDK.</br>
@@ -258,13 +265,13 @@ If you want to contribute, this sections describes the steps to follow.
258
265
259
266
Thank you for your interest in a MeiliSearch tool! ♥️
260
267
261
-
### Install dependencies
268
+
### Install dependencies<!-- omit in toc -->
262
269
263
270
```bash
264
271
$ yarn --dev
265
272
```
266
273
267
-
### Tests and Linter
274
+
### Tests and Linter<!-- omit in toc -->
268
275
269
276
Each PR should pass the tests and the linter to be accepted.
270
277
@@ -280,7 +287,7 @@ $ yarn style:fix
280
287
$ yarn build
281
288
```
282
289
283
-
### Release
290
+
### Release<!-- omit in toc -->
284
291
285
292
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
0 commit comments