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
70c3d454
Commit
70c3d454
authored
Sep 08, 2017
by
Alexandre Morin
Browse files
FIX fullText and title
parent
fc6cb698
Changes
3
Hide whitespace changes
Inline
Side-by-side
bundle/archivesCourrier/ContentInterface.php
View file @
70c3d454
...
...
@@ -33,7 +33,7 @@ interface ContentInterface
* @param date $dateFrom
* @param date $dateTo
* @param string $originatorOrgRegNumber
*
*
* @action archivesCourrier/Content/findCourrier
*
* @return Array Array of archive description
...
...
@@ -42,7 +42,7 @@ interface ContentInterface
$query
=
null
,
$descriptionLevel
=
'File'
,
$dateFrom
=
null
,
$dateTo
=
null
,
$dateTo
=
null
,
$originatorOrgRegNumber
=
null
);
}
\ No newline at end of file
bundle/archivesCourrier/Controller/Content.php
View file @
70c3d454
...
...
@@ -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
.
':*'
;
}
...
...
presentation/maarchRM/Resources/view/archivesCourrier/search.html
View file @
70c3d454
...
...
@@ -10,7 +10,7 @@
<div
class=
"page-header"
>
<h1>
<i
class=
"fa fa-search"
></i>
Registre des
entr
é
e
s
Registre des
courrier
s
</h1>
</div>
</div>
...
...
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