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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ yarn develop
78
78
79
79
If you don't have a running Strapi project yet, you can either launch the [playground present in this project](#playground) or [create a Strapi Project](#create-strapi-project).
80
80
81
-
82
81
We recommend adding your collections in development mode to allow the server reloads needed to apply hooks.
83
82
84
83
```bash
@@ -104,7 +103,6 @@ For example, using the credentials used in the [above section](#-run-meilisearch
104
103
105
104
Once completed, click on the `add` button.
106
105
107
-
108
106
### 🚛 Add your collections to MeiliSearch
109
107
110
108
If you don't have any collection yet in your Strapi Plugin, please follow [Strapi quickstart](https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html).
@@ -124,12 +122,10 @@ By clicking on the left checkbox, the collection is automatically indexed in Mei
124
122
Hooks are listeners that update MeiliSearch each time you add/update/delete an entry in your collections.
125
123
To activate them, you will have to reload the server. If you are in develop mode, click on the red `Reload Server` button. If not, reload the server manually!
126
124
127
-
128
125
<palign="center">
129
126
<imgsrc="./assets/no_reload_needed.png"alt="Indexed collections are hooked"width="600"/>
130
127
</p>
131
128
132
-
133
129
### 🕵️♀️ Start Searching
134
130
135
131
Once you have a collection containing documents indexed in MeiliSearch, you can [start searching](https://docs.meilisearch.com/learn/getting_started/quick_start.html#search).
@@ -142,7 +138,6 @@ To search in MeiliSearch, you can use the [instant-meilisearch](https://github.c
142
138
143
139
You can have a front up and running in record time with [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch).
You can now use the plugin on your Strapi project.
299
294
300
-
301
295
## 🤖 Compatibility with MeiliSearch and Strapi
302
296
303
297
Complete installation requirements are the same as for Strapi itself and can be found in the documentation under [installation Requirements](https://strapi.io/documentation/v3.x/installation/cli.html#step-1-make-sure-requirements-are-met).
@@ -341,4 +335,3 @@ Using the [foodadvisor](https://github.com/strapi/foodadvisor) restaurant demo S
0 commit comments