diff --git a/app/Console/Commands/SetupMeilisearch.php b/app/Console/Commands/SetupMeilisearch.php index b9c85854..4a253955 100644 --- a/app/Console/Commands/SetupMeilisearch.php +++ b/app/Console/Commands/SetupMeilisearch.php @@ -69,11 +69,12 @@ public function handle(): int return Command::INVALID; } - if (!$isNewMeilisearchKey) { - $this->line('Skipping Meilisearch setup. Key did not change.'); + // TODO: Uncomment this next minor release + // if (!$isNewMeilisearchKey) { + // $this->line('Skipping Meilisearch setup. Key did not change.'); - return Command::SUCCESS; - } + // return Command::SUCCESS; + // } $this->line('Clearing existing search tokens from bars...'); DB::transaction(function () {