mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Improve create index command logging
This commit is contained in:
@@ -43,6 +43,8 @@ class IndexCreateCommand extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($drop && $indexExists) {
|
if ($drop && $indexExists) {
|
||||||
|
$output->writeln('<info>Dropping existing search index</info>');
|
||||||
|
|
||||||
$indexer->deleteIndex();
|
$indexer->deleteIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user