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
@@ -92,6 +92,7 @@ And then replace `algoliasearch.register(YourModel)` with `algoliasearch.registe
92
92
# Commands
93
93
94
94
*`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.
95
+
* you can pass ``--model`` parameter to reindex a given model
95
96
*`python manage.py algolia_applysettings`: (re)apply the index settings.
96
97
*`python manage.py algolia_clearindex`: clear the index
0 commit comments