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
c18e21d0
Commit
c18e21d0
authored
Jul 15, 2021
by
Jonas Götze
Browse files
[BUGFIX] CS-Fixer Korrekturen
parent
999bc2fc
Pipeline
#13371
passed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Classes/Middleware/Events.php
View file @
c18e21d0
...
...
@@ -33,13 +33,13 @@ class Events implements MiddlewareInterface
$tableName
=
'tx_sfeventmgt_domain_model_location'
;
// results in AGAINST( '+sword1* +sword2*') - does only match words _beginning_ with sword (not anywhere)
$searchPhrase
=
'+'
.
implode
(
'* +'
,
GeneralUtility
::
trimExplode
(
' '
,
$request
->
getQueryParams
()[
'eventLocationSearch'
],
true
)
)
.
'*'
;
'* +'
,
GeneralUtility
::
trimExplode
(
' '
,
$request
->
getQueryParams
()[
'eventLocationSearch'
],
true
)
)
.
'*'
;
$searchColumns
=
[
$tableName
.
'.`title`'
,
$tableName
.
'.`address`'
,
...
...
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