Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
archivesCourrier
Commits
0e1bde75
Commit
0e1bde75
authored
Sep 14, 2017
by
Cyril Vazquez
Browse files
Fix : bug on fulltext query search
parent
fc6cb698
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/archivesCourrier/Controller/Content.php
View file @
0e1bde75
...
...
@@ -56,7 +56,7 @@ class Content
$queryParts
[
'accessRule'
]
=
$this
->
getAccessRuleAssert
();
if
(
$query
)
{
$tokens
=
\
laabs\explode
(
' '
,
$
text
);
$tokens
=
\
laabs\explode
(
' '
,
$
query
);
foreach
(
$tokens
as
$i
=>
$token
)
{
$tokens
[
$i
]
=
$token
.
':*'
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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