Skip to content

Commit a3ff856

Browse files
committed
dspace/config: enable "Has files" facet in Discovery
1 parent cc1b28f commit a3ff856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dspace/config/spring/api/discovery.xml

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<ref bean="searchFilterSponsorship" />
180180
<ref bean="searchFilterAccessRights"/>
181181
<ref bean="searchFilterUsageRights"/>
182+
<ref bean="searchFilterContentInOriginalBundle"/>
182183
</list>
183184
</property>
184185
<!-- Set TagCloud configuration per discovery configuration -->
@@ -190,6 +191,7 @@
190191
<ref bean="searchFilterAuthor" />
191192
<ref bean="searchFilterAffiliation" />
192193
<ref bean="searchFilterIssued" />
194+
<ref bean="searchFilterContentInOriginalBundle"/>
193195
<ref bean="searchFilterType" />
194196
<ref bean="searchFilterPublisher" />
195197
<ref bean="searchFilterInitiative" />

0 commit comments

Comments
 (0)