Skip to content

Commit 6dcfcb8

Browse files
committed
[DURACOM-448] Fix on Project discovery config
1 parent 3d43433 commit 6dcfcb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

dspace/config/spring/api/discovery.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<value>person.name.translated</value>
4141
<value>person.givenName</value>
4242
<value>person.familyName</value>
43+
<value>organization.legalName</value>
4344
</list>
4445
</property>
4546
</bean>
@@ -50,6 +51,7 @@
5051
<value>crisrp.name</value>
5152
<value>person.name.variant</value>
5253
<value>person.name.translated</value>
54+
<value>organization.legalName</value>
5355
</list>
5456
</property>
5557
</bean>
@@ -1459,7 +1461,7 @@
14591461
</property>
14601462
</bean>
14611463

1462-
<!-- OrgUnit → Projects (via involvedorganisation_authority) -->
1464+
<!-- OrgUnit → Projects (via dc.contributor.other_authority) -->
14631465
<!-- Maps to: OrgUnit.isProjectOfOrgUnit (participated projects) -->
14641466
<bean id="relationOrgunitProjectsConfiguration" class="org.dspace.discovery.configuration.DiscoveryRelatedItemConfiguration">
14651467
<property name="searchSortConfiguration">
@@ -1473,7 +1475,7 @@
14731475
</property>
14741476
<property name="defaultFilterQueries">
14751477
<list>
1476-
<value>involvedorganisation_authority:{0}</value>
1478+
<value>dc.contributor.other_authority:{0}</value>
14771479
<value>-withdrawn:true AND -discoverable:false</value>
14781480
</list>
14791481
</property>

0 commit comments

Comments
 (0)