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
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,11 @@ Enable debug mode, default is `false`, if you want to see more logs, you can set
139
139
140
140
### plugins (optional)
141
141
142
-
The plugins are used to customize the data before or after insert to Meilisearch and the plugins is a list of python modules.
142
+
The plugins are used to customize the data before or after insert to Meilisearch and the plugins is a list of python
143
+
modules.
143
144
144
-
Which is a python class with `pre_event` and `post_event` methods, the `pre_event` method is called before insert to Meilisearch, the `post_event` method is called after insert to Meilisearch.
145
+
Which is a python class with `pre_event` and `post_event` methods, the `pre_event` method is called before insert to
146
+
Meilisearch, the `post_event` method is called after insert to Meilisearch.
145
147
146
148
```python
147
149
class Plugin:
@@ -156,7 +158,8 @@ class Plugin:
156
158
return event
157
159
```
158
160
159
-
The `is_global` is used to indicate whether the plugin instance is global, if set to `True`, the plugin instance will be created only once, otherwise, the plugin instance will be created for each event.
161
+
The `is_global` is used to indicate whether the plugin instance is global, if set to `True`, the plugin instance will be
162
+
created only once, otherwise, the plugin instance will be created for each event.
160
163
161
164
### progress
162
165
@@ -209,6 +212,30 @@ Sentry configuration.
209
212
- `dsn`: the sentry dsn.
210
213
- `environment`: the sentry environment, default is `production`.
211
214
215
+
## meilisync-admin (under development)
216
+
217
+
There is a web admin dashboard for meilisync, which is a paid feature, you can contact me by
0 commit comments