Skip to content

Commit

Permalink
Show collections on search results, required to map items to multiple…
Browse files Browse the repository at this point in the history
… collections
  • Loading branch information
abelgomez committed Apr 18, 2024
1 parent 641be86 commit e0df04a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dspace/config/spring/api/discovery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,7 @@
<property name="defaultFilterQueries">
<list>
<!--Only find items, communities and collections-->
<!-- BEGIN: Sistedes -->
<!-- Only find items and communities, ignore collections. The disabled line below is the default. -->
<!-- <value>(search.resourcetype:Item AND latestVersion:true) OR search.resourcetype:Collection OR search.resourcetype:Community</value> -->
<value>(search.resourcetype:Item AND latestVersion:true) OR search.resourcetype:Community</value>
<!-- END: Sistedes -->
<value>(search.resourcetype:Item AND latestVersion:true) OR search.resourcetype:Collection OR search.resourcetype:Community</value>
<value>-withdrawn:true AND -discoverable:false</value>
</list>
</property>
Expand Down

0 comments on commit e0df04a

Please sign in to comment.