Hello Team, I am currently working on adding sidebar filter fields for "Language" and other filters in the DSpace. I have configured the filter for Language in the discovery.xml file, as shown below: However, despite adding the configuration, the Language filter is not appearing in the UI.
Could you please assist me in troubleshooting this issue? Specifically, I would appreciate any guidance on: Any additional changes needed to reflect this filter in the UI. <bean id="searchFilterLanguage" class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet"> <property name="indexFieldName" value="dc.language.iso"/> <property name="metadataFields"> <list> <value>dc.language.iso</value> </list> </property> <property name="facetLimit" value="10"/> <property name="type" value="text"/> </bean> Regards Vikas -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- 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 view this discussion visit https://groups.google.com/d/msgid/dspace-tech/74a307b2-0637-44fa-8ffb-cccb1967e41en%40googlegroups.com.