mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
PHRAS-1797 porting searchengine:index to 4.1 (#2454)
* portage commande searchengine:index vers 4.1 * FIX Indexer * Update DataboxFetcherFactory.php
This commit is contained in:
@@ -24,7 +24,7 @@ class IndexCreateCommand extends Command
|
||||
{
|
||||
$this
|
||||
->setName('searchengine:index:create')
|
||||
->setDescription('Creates search index')
|
||||
->setDescription('Creates search index <fg=yellow;>(Deprecated use searchengine:index instead)</>')
|
||||
->addOption('drop', 'd', InputOption::VALUE_NONE, 'Drops the index if it already exists.');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user