mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge branch '4.0' into 4
This commit is contained in:
commit
0f62997e70
@ -3,12 +3,12 @@ fi:
|
|||||||
GO: Hae
|
GO: Hae
|
||||||
SEARCH: Haku
|
SEARCH: Haku
|
||||||
SolrResultsPage:
|
SolrResultsPage:
|
||||||
SearchQuery: 'Hakusanasi oli'
|
|
||||||
DidYouMean: Tarkoititko
|
DidYouMean: Tarkoititko
|
||||||
ReadMore: 'Lue lisää'
|
|
||||||
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
|
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
|
||||||
Page: Sivu
|
Page: Sivu
|
||||||
of: /
|
ReadMore: 'Lue lisää'
|
||||||
ViewPreviousPage: 'Katso edellinen sivu'
|
SearchQuery: 'Hakusanasi oli'
|
||||||
'View page number': 'Siirry sivulle'
|
'View page number': 'Siirry sivulle'
|
||||||
ViewNextPage: 'Katso seuraava sivu'
|
ViewNextPage: 'Katso seuraava sivu'
|
||||||
|
ViewPreviousPage: 'Katso edellinen sivu'
|
||||||
|
of: /
|
||||||
|
@ -104,7 +104,6 @@ class SolrReindexImmediateHandler extends SolrReindexBase
|
|||||||
// Set timeout from config. Process default is 60 seconds
|
// Set timeout from config. Process default is 60 seconds
|
||||||
$process->setTimeout($this->config()->get('process_timeout'));
|
$process->setTimeout($this->config()->get('process_timeout'));
|
||||||
|
|
||||||
$process->inheritEnvironmentVariables();
|
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
$res = $process->getOutput();
|
$res = $process->getOutput();
|
||||||
|
Loading…
Reference in New Issue
Block a user