Hi,

I'm using DSpace-CRIS 5.8, I found some search filter of projects not work, 
like I have a projects and it's field startdate is 2018,

but when I add search filter startdate contains 2018 , I couldn't find any 
results, and no exception threw , when I tried it on Dspace-cris-demo,

it didn't work , too.  The sames problem is happening at Funders filter.


Hear are bean config in discovery.xml 
------------------------------------------------------------------
<!--The search filters which can be used on the discovery search page -->
-<property name="searchFilters">

-<list>

<ref bean="searchFilterObjectName"/>

<ref bean="searchFilterProjectFunders"/>

<ref bean="searchFilterProjectPrincipalDept"/>

<ref bean="searchFilterProjectInvestigator"/>

<ref bean="searchFilterProjectInvestigatorDept"/>

<ref bean="searchFilterProjectKeyword"/>

<ref bean="searchFilterStartDate"/>

</list>

</property>

------------------------------------------------------------------------
-<bean 
class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet" 
id="searchFilterStartDate">

<property name="indexFieldName" value="startdate"/>


-<property name="metadataFields">


-<list>

<value>crisou.date</value>

<value>crisproject.startdate</value>

</list>

</property>

<property name="type" value="date"/>

<property name="sortOrder" value="VALUE"/>

</bean>

The same config of orgunit works fine , so what should I do to make 
project's search filters work?

Thanks a lot.
huaiyuan zhang 

-- 
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