I have made necessary modifications in discovery.xml:

<bean id="defaultConfiguration" class="
org.dspace.discovery.configuration.DiscoveryConfiguration" scope="prototype"
>
<!--Which sidebar facets are to be displayed--> 
<property name="sidebarFacets"> 
<list> 
<ref bean="searchFilterAuthor" /> 
<ref bean="searchFilterSubject" /> 
<ref bean="searchFilterIssued" /> 
<ref bean="searchFilterTitle"/> 
</list> 
</property>

-------
bean id="homepageConfiguration" class="
org.dspace.discovery.configuration.DiscoveryConfiguration" scope="prototype"
>
<!--Which sidebar facets are to be displayed (same as defaultConfiguration 
above)--> 
<property name="sidebarFacets"> 
<list> 
<ref bean="searchFilterAuthor" /> 
<ref bean="searchFilterSubject" /> 
<ref bean="searchFilterIssued" /> 
<ref bean="searchFilterTitle"/> 
</list> 
</property>
Run dspace index-discovery -b
Restarted Tomcat

But Title is not getting displayed in Discovery Sidebar Facet

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to