From 981a04b8addf6ea3e96eefe8aff17895f4655e99 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Tue, 2 Oct 2018 13:49:01 +0200 Subject: [PATCH] update_index: honor parent options --- combo/apps/search/management/commands/update_index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo/apps/search/management/commands/update_index.py b/combo/apps/search/management/commands/update_index.py index ca61cd1..2734acd 100644 --- a/combo/apps/search/management/commands/update_index.py +++ b/combo/apps/search/management/commands/update_index.py @@ -28,6 +28,7 @@ class Command(UpdateIndexCommand): parser.add_argument( '--skip-external-links-collection', action='store_true', default=False, dest='skip_external_links_collection') + super(Command, self).add_arguments(parser) def handle(self, **options): if not any(SearchCell.get_cells_by_search_service('_text')): -- 2.19.0