first commit
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user