mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +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:
@@ -23,12 +23,12 @@ class IndexDropCommand extends Command
|
||||
{
|
||||
$this
|
||||
->setName('searchengine:index:drop')
|
||||
->setDescription('Deletes the search index')
|
||||
->setDescription('Deletes the search index <fg=yellow;>(Deprecated use searchengine:index instead)</>')
|
||||
->addOption(
|
||||
'force',
|
||||
null,
|
||||
InputOption::VALUE_NONE,
|
||||
"Don't ask for for the dropping of the index, but force the operation to run."
|
||||
"Don't ask for the dropping of the index, but force the operation to run."
|
||||
)
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user