Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
e025b835
Commit
e025b835
authored
Nov 29, 2021
by
Thomas Löffler
Browse files
[TASK] Fix CGL
parent
9830fd83
Pipeline
#20140
passed with stages
in 3 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Classes/Middleware/SolrSearch.php
View file @
e025b835
...
...
@@ -16,8 +16,6 @@ namespace T3o\T3orgLayout\Middleware;
*/
use
ApacheSolrForTypo3\Solr\ConnectionManager
;
use
ApacheSolrForTypo3\Solr\Domain\Search\Query\QueryBuilder
;
use
ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Result\SearchResultBuilder
;
use
ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSetService
;
use
ApacheSolrForTypo3\Solr\Domain\Search\SearchRequestBuilder
;
use
ApacheSolrForTypo3\Solr\NoSolrConnectionFoundException
;
...
...
@@ -35,7 +33,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
class
SolrSearch
implements
MiddlewareInterface
{
protected
$allowedTypes
=
[
'pages'
,
'tx_news_domain_model_news'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment