Skip to content

Commit

Permalink
new entity type 'multiselect' for filters in setup.typoscript Filters…
Browse files Browse the repository at this point in the history
… with this entity are multi selectable
  • Loading branch information
thomas-sc committed Jan 13, 2025
1 parent 9c6394b commit 32b2a06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,34 @@ plugin.tx_lisztcommon_searchlisting {
extensionName = liszt_bibliography
# the name of the entity index
indexName = zotero
# the facetts are multi selectable if multiselect = yes
# the filter fields
filters {
0 {
field = itemType
type = keyword
multiselect = yes
}
1 {
field = tx_lisztbibliography_creators
type = nested
key = fullName
multiselect = yes
}
2 {
field = date
type = terms
multiselect = yes
}
3 {
field = language
type = keyword
multiselect = yes
}
4 {
field = publicationTitle
type = terms
multiselect = yes
}
}
}
Expand Down

0 comments on commit 32b2a06

Please sign in to comment.