[TYPO3-Solr] 'Show more' link in date range facet
Jigal van Hemert
jigal at xs4all.nl
Wed Aug 17 09:09:30 CEST 2011
Hi,
I defined the date range facet (only relevant parts shown here):
plugin.tx_solr {
search {
faceting = 1
faceting {
facets.date {
field = created
label = Datum
filterParser = tx_solr_query_filterparser_DateRange
renderer = tx_solr_facet_DateRangeFacetRenderer
}
}
}
}
Below the two date fields there is an item "Show more".
I suspect that this is displayed because of the default
search.faceting.limit = 10
setting. If you leave out the renderer configuration it shows a list of
available dates and in that case the Show more link is functional (it
shows more dates). If the date picker is active somehow the facet
rendering routines thing that they should display the link anyway.
I tried setting faceting.limit to a negative number (according to wiki
this should mean unlimited), but this didn't make any difference.
Any ideas?
BTW The Dutch translation for the jQuery date picker is in forge:
http://forge.typo3.org/issues/29027
--
Kind regards / met vriendelijke groet,
Jigal van Hemert.
More information about the TYPO3-project-solr
mailing list