Skip to content

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.

Steps

CMS

  1. Completely shut down all of your containers and restart them.

  2. Login to docker shell:

    docker exec -it core_portal_cms /bin/bash
    
  3. Index all searchable content:

    python manage.py rebuild_index
    

Portal

See Core-Portal/wiki: How to Build Search Index.

Reference