mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/12683] Add CLI command to generate the search index
PHPBB3-12683
This commit is contained in:
@@ -246,6 +246,38 @@ services:
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.searchindex.list_all:
|
||||
class: phpbb\console\command\searchindex\list_all
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@search.backend_collection'
|
||||
- '@user'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.searchindex.create:
|
||||
class: phpbb\console\command\searchindex\create
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@search.backend_factory'
|
||||
- '@user'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.searchindex.delete:
|
||||
class: phpbb\console\command\searchindex\delete
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@search.backend_factory'
|
||||
- '@user'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.thumbnail.delete:
|
||||
class: phpbb\console\command\thumbnail\delete
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user