RENATO CAMARGOS DE ALMEIDA SOUSA
unread,Oct 23, 2025, 9:31:23 PM (14 days ago) Oct 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi,
DSpace v7.6,
I'm new to this area and would appreciate some help with an issue I'm facing.
I created a DiscoverySortFieldConfiguration in my Discovery.xml and added it to a DiscoveryConfiguration area. I was able to see the option correctly, and everything looked fine. The problem arose when I checked the item order; it wasn't sorting as I intended. Here's the bean:
<bean id="sortAvailable_Recentes" class="org.dspace.discovery.configuration.DiscoverySortFieldConfiguration">
<property name="metadataField" value="dc.date.available"/>
<property name="type" value="date"/>
<property name="defaultSortOrder" value="desc"/>
</bean>
It's likely that there's a problem with the "date" type.
Could someone help me or provide a link with specific guidance regarding this issue?
Regards,
Renato Camargos