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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ And then replace `algoliasearch.register(YourModel)` with `algoliasearch.registe
91
91
## Commands
92
92
93
93
*`python manage.py algolia_reindex`: reindex all the registered models. This command will first send all the record to a temporary index and then moves it.
94
+
* you can pass ``--model`` parameter to reindex a given model
94
95
*`python manage.py algolia_applysettings`: (re)apply the index settings.
95
96
*`python manage.py algolia_clearindex`: clear the index
0 commit comments