-
Notifications
You must be signed in to change notification settings - Fork 1
How to Build Search Index
W. Bomar edited this page Apr 12, 2021
·
6 revisions
Site search requires an index of content available to search.
-
Completely shut down all of your containers and restart them.
-
Login to docker shell:
docker exec -it core_portal_cms /bin/bash
-
Index all searchable content:
python manage.py rebuild_index
See Core-Portal/wiki: How to Build Search Index.
- Source: instructions in Slack and clarification in Slack
TACC ACI WMA Core-CMS Project Documentation