Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
e835fdd7
Commit
e835fdd7
authored
Jun 07, 2018
by
Thomas Löffler
Browse files
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
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