Add fixme about lazyloading fulltext search service
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -206,6 +206,7 @@ class Application20 extends App implements IBootstrap {
|
|||||||
|
|
||||||
$c = $this->getContainer();
|
$c = $this->getContainer();
|
||||||
try {
|
try {
|
||||||
|
// FIXME we should probably lazy load this
|
||||||
$this->fullTextSearchService = $c->query(FullTextSearchService::class);
|
$this->fullTextSearchService = $c->query(FullTextSearchService::class);
|
||||||
$this->fullTextSearchManager = $c->query(IFullTextSearchManager::class);
|
$this->fullTextSearchManager = $c->query(IFullTextSearchManager::class);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user