Hello DSpace Community,
I am seeking clarification regarding the Recent Submissions feature in DSpace.
We have configured our Recent Submissions in discovery.xml as follows:
<property name="recentSubmissionConfiguration">
<bean class="org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration">
<property name="metadataSortField" value="dc.date.accessioned"/>
<property name="type" value="date"/>
<property name="max" value="20"/>
</bean>
</property>
However, we observed the following:
- Newest dates appear first, as expected.
- However , Time within the same day is ignored, so items submitted at 09:00 am appears at the top and before items submitted on the same day but at 10:00 am
Currently, the oldest time within the same date appears first
Could you clarify:
Thank you for your guidance.