We've just installed dspace 4.1 (Nice!) and I'm now trying to configure the 
discovery sidebar facet to contain only the date (Issued) facet.   What I think 
I'm seeing is that the default configuration (with author, subject and data 
filters) works fine, and it also works fine if I comment out  one or two of the 
facets, except when the only facet left is the date (Issued) facet.    So, the 
following configuration results in no discovery box being displayed.  ( Oddly 
if I comment out Author and Issued, it works just fine, displaying only 
subject, so I'm at a loss as to what I'm doing wrong.)


>From /dspace/config/spring/api/discovery.xml  circa line 201:

   <bean id="homepageConfiguration" 
class="org.dspace.discovery.configuration.DiscoveryConfiguration" 
scope="prototype">
        <property name="sidebarFacets">
            <list>
                <!--<ref bean="searchFilterAuthor" />-->
                <!--<ref bean="searchFilterSubject" />-->
                <ref bean="searchFilterIssued" />
            </list>
        </property>


Any advice much appreciated….
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to