Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
e835fdd7
Commit
e835fdd7
authored
Jun 07, 2018
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong section in exactMatch partial
parent
654e37ed
Pipeline
#4562
passed with stages
in 14 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/typo3conf/ext/ter_layout/Resources/Private/Templates/Solr/Results.html
.../ter_layout/Resources/Private/Templates/Solr/Results.html
+1
-1
No files found.
html/typo3conf/ext/ter_layout/Resources/Private/Templates/Solr/Results.html
View file @
e835fdd7
...
...
@@ -45,7 +45,7 @@
<s:widget.resultPaginate
resultSet=
"{resultSet}"
configuration=
"{templatePath:'EXT:ter_layout/Resources/Private/Templates/Solr/ViewHelpers/Widget/ResultPaginate/Index.html'}"
>
<f:variable
name=
"exactMatchFound"
value=
"0"
/>
<f:if
condition=
"{resultSet.usedQuery.queryString -> f:format.case(mode:'lower')} == {documents.0.extensionKey_stringS}"
>
<f:render
partial=
"Result/Document"
section=
"Document"
arguments=
"{resultSet:resultSet, document:documents.0, exactMatchFound: 1}"
/>
<f:render
partial=
"Result/Document"
section=
"Document
Wrap
"
arguments=
"{resultSet:resultSet, document:documents.0, exactMatchFound: 1}"
/>
<f:variable
name=
"exactMatchFound"
value=
"1"
/>
</f:if>
<ol
start=
"{pagination.displayRangeStart}"
class=
"results-list list-unstyled card-container"
>
...
...
Write
Preview
Markdown
is supported
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