first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -50,7 +50,7 @@ class IndexQueueWorkerTask extends AbstractMeilisearchTask implements ProgressPr
protected $forcedWebRoot = '';
/**
* Works through the indexing queue and indexes the queued items into Solr.
* Works through the indexing queue and indexes the queued items into Meilisearch.
*
* @return bool Returns TRUE on success, FALSE if no items were indexed or none were found.
*/
@@ -60,7 +60,7 @@ class IndexQueueWorkerTask extends AbstractMeilisearchTask implements ProgressPr
// Wrapped the CliEnvironment to avoid defining TYPO3_PATH_WEB since this
// should only be done in the case when running it from outside TYPO3 BE
// @see #921 and #934 on https://github.com/TYPO3-Solr
// @see #921 and #934 on https://github.com/TYPO3-Meilisearch
if (TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_CLI) {
$cliEnvironment = GeneralUtility::makeInstance(CliEnvironment::class);
$cliEnvironment->backup();