Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1785_Bulk-export-of-the-Pers…
Browse files Browse the repository at this point in the history
…on-items-not-returning-results-after-a-search-among-Persons-with-a-query (pull request DSpace#2395)

DSC-1785 provided missing searchFilterEntityType on certain entity types

Approved-by: Vincenzo Mecca
  • Loading branch information
Mattia Vianelli authored and vins01-4science committed Jul 25, 2024
2 parents 58f428c + e20de7c commit bc4972f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dspace/config/spring/api/discovery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@
<ref bean="searchFilterKnowsLanguage"/>
<ref bean="searchFilterPersonOrgUnit"/>
<ref bean="searchFilterBirthdate"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -1783,6 +1784,7 @@
<ref bean="searchFilterIsPublicationOfProjectRelation"/>
<ref bean="searchFilterProjectInvestigator"/>
<ref bean="searchFilterProjectOrganisation"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -1895,6 +1897,7 @@
<ref bean="searchFilterInvestigators"/>
<ref bean="searchFilterProjectOrgUnits"/>
<ref bean="searchFilterIdentifier"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -1952,6 +1955,7 @@
<ref bean="searchFilterOrganizationAddressCountry"/>
<ref bean="searchFilterOrganizationAddressLocality"/>
<ref bean="searchFilterOrganizationFoundingDate"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -2020,6 +2024,7 @@
<ref bean="searchFilterTitle"/>
<ref bean="searchFilterFunderName"/>
<ref bean="searchFilterFundingProgram"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--Any default filter queries, these filter queries will be used for all
Expand Down Expand Up @@ -2049,6 +2054,7 @@
<list>
<ref bean="searchFilterEquipmentOwner"/>
<ref bean="searchFilterEquipmentOrgUnit"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -2108,6 +2114,7 @@
<ref bean="searchFilterCreativeWorkKeywords"/>
<ref bean="searchFilterCreativeWorkDatePublished"/>
<ref bean="searchFilterIsPublicationOfJournalIssueRelation"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -2167,6 +2174,7 @@
<ref bean="searchFilterCreativeWorkDatePublished"/>
<ref bean="searchFilterIsIssueOfJournalVolumeRelation"/>
<ref bean="searchFilterIsJournalVolumeRelation"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down Expand Up @@ -2227,6 +2235,7 @@
<ref bean="searchFilterCreativeWorkEditor"/>
<ref bean="searchFilterIsIssueOfJournalVolumeRelation"/>
<ref bean="searchFilterIsVolumeOfJournalRelation"/>
<ref bean="searchFilterEntityType"/>
</list>
</property>
<!--The sort filters for the discovery search-->
Expand Down

0 comments on commit bc4972f

Please sign in to comment.