Hello Helix84, That looks like the sort of configuration I have at the moment (see part of my current settings below) and it presents the date years individually. I would like them to be presented as ranges.
### Desired output 2010 - 2019 (29) 2000 - 2009 (42) ### Current Configuration settings : : 161 <bean id="sidebarFacetDateIssued" class="org.dspace.discovery.configuration.SidebarFacetConfiguration"> 162 <property name="indexFieldName" value="dateIssued"/> 163 <property name="metadataFields"> 164 <list> 165 <value>dc.date.issued</value> 166 </list> 167 </property> 168 <!--property name="facetLimit" value="2"/--> 169 <property name="type" value="date"/> 170 <property name="sortOrder" value="VALUE"/> 171 </bean> : : Lighton Phiri http://lightonphiri.org On 13/07/2012 10:58, helix84 wrote: > Hi Lighton, > > do I understand it correctly you want to achieve Fig. 2? Here's how: > > <bean id="sidebarFacetDateIssued" > class="org.dspace.discovery.configuration.SidebarFacetConfiguration"> > <property name="indexFieldName" value="dateIssued"/> > <property name="metadataFields"> > <list> > <value>dc.date.issued</value> > </list> > </property> > <property name="type" value="date"/> > <property name="sortOrder" value="VALUE"/> > </bean> > > Regards, > ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
