Skip to content

Commit

Permalink
add entityType 'size' for number of facet items to display
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-sc committed Jan 15, 2025
1 parent 94041f4 commit c4995f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ plugin.tx_lisztcommon_searchlisting {
# the filename of the language file for translations in /Resources/Private/Language/ of the extension
languageFile = bibliographylang
# the facets are multi selectable if multiselect is set
# size is the number of facet items, default = 10
# the filter fields
filters {
0 {
Expand All @@ -49,11 +50,13 @@ plugin.tx_lisztcommon_searchlisting {
type = nested
key = fullName
multiselect= 1
size = 15
}
2 {
field = date
type = terms
multiselect = 1
size = 15
}
3 {
field = language
Expand Down

0 comments on commit c4995f0

Please sign in to comment.