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
b8f1f533
Commit
b8f1f533
authored
Apr 23, 2021
by
Thomas Löffler
Browse files
Show empty facets and add nav to whole width
parent
7be424e5
Pipeline
#10636
passed with stages
in 6 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Configuration/TypoScript/Ext/Solr.typoscript
View file @
b8f1f533
...
...
@@ -29,6 +29,7 @@ plugin.tx_solr {
faceting = 1
faceting {
keepAllFacetsOnSelection = 1
showEmptyFacets = 1
facets {
type {
field = type
...
...
extensions/t3org_layout/Resources/Private/Templates/Solr/Search/Results.html
View file @
b8f1f533
...
...
@@ -58,7 +58,7 @@
<f:variable
name=
"facetUsed"
value=
"1"
/>
</f:if>
</f:for>
<ul
class=
"nav nav-tabs"
>
<ul
class=
"nav nav-tabs
nav-fill
"
>
<li
class=
"nav-item"
>
<a
href=
"{s:uri.facet.removeAllFacets()}"
class=
"nav-link{f:if(condition:'{facetUsed}', else:' active')}"
"
>
All
...
...
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