Skip to content

Commit

Permalink
small refactoring for entityType multiselect (present or not, the val…
Browse files Browse the repository at this point in the history
…ue does not matter)
  • Loading branch information
thomas-sc committed Jan 14, 2025
1 parent 4dcc5be commit d0222a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -34,34 +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 facets are multi selectable if multiselect is set
# the filter fields
filters {
0 {
field = itemType
type = keyword
multiselect = yes
multiselect= 1
}
1 {
field = tx_lisztbibliography_creators
type = nested
key = fullName
multiselect = yes
multiselect= 1
}
2 {
field = date
type = terms
multiselect = yes
multiselect = 1
}
3 {
field = language
type = keyword
multiselect = yes
multiselect = 1
}
4 {
field = publicationTitle
type = terms
multiselect = yes
multiselect = 1
}
}
}
Expand Down

0 comments on commit d0222a5

Please sign in to comment.