diff --git a/src/documents/management/commands/document_importer.py b/src/documents/management/commands/document_importer.py index 344be32bee198b7a9e0349b9e25b2d0af876fdea..6df14a82c67c81fe4419e61c7fdd3c9e9840cdfd 100644 --- a/src/documents/management/commands/document_importer.py +++ b/src/documents/management/commands/document_importer.py @@ -73,6 +73,9 @@ class Command(Renderable, BaseCommand): self._import_files_from_manifest() + print("Updating search index...") + call_command('document_index', 'reindex') + @staticmethod def _check_manifest_exists(path): if not os.path.exists(path):