Hi Vikas,

After any modifications are made to the "discovery.xml", you may need to 
reindex all content in the repository.  This can be done using the 
"./dspace index-discovery -b" command (which can be run from the 
commandline or from the Admin UI on the "Processes" page).

More guidelines on modifying search filters/facets can also be found in the 
documentation 
at 
https://wiki.lyrasis.org/display/DSDOC8x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization

Tim
On Thursday, February 20, 2025 at 6:26:33 AM UTC-6 vika...@gmail.com wrote:

> 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/d3d2e44d-a1d5-4d5e-ae4a-24a667cffb4an%40googlegroups.com.

Reply via email to