Hi ,

I'm using DSpace-CRIS 5.8 , and I have find the box Organization's 
Researcher Project does't work,

and the ResearcherPage's Project box doesn't work too. I found in 
the cris-relationpreference.xml,

their query properties are "projectinvestigators_authority:{0}" and 
"projectinvestigators.dept_authority:{0}"

they look like CrisEnhancers , because the query property couldn't include 
two authority, but I did't find 

them in the cris-metadata-enhancers.xml , I found them in the discovery.xml 
, and when I change them

to crisproject.principalinvesgator or crisproject.coinvestigators , they 
worked, but only can list through

which authority I chosen, like only list  projects  queried through 
coinvestigators authority, so what 

should I do to make it works?

There are the codes

<bean id="relationRPVSPJConfiguration" 
class="org.dspace.app.cris.configuration.RelationConfiguration">    
<property name="relationName" value="crisrp.projects" /> 
<property name="relationClass" value="org.dspace.app.cris.model.Project" /> 
<property name="query">
<value>projectinvestigators_authority:{0}</value>
</property>
</bean>

<bean id="relationOUVSPJviaInvestigatorConfiguration" 
class="org.dspace.app.cris.configuration.RelationConfiguration">    
<property name="relationName" value="crisou.projects" /> 
<property name="relationClass" value="org.dspace.app.cris.model.Project" /> 
<property name="query">
<value>projectinvestigators.dept_authority:{0}</value>
</property>
</bean>




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