mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
issue #8479 Regular search can contain private & withdrawn items
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item OR search.resourcetype:Collection OR search.resourcetype:Community</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -591,6 +592,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item OR search.resourcetype:Collection OR search.resourcetype:Community</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!-- Limit recent submissions on homepage to only 5 (default is 20) -->
|
||||
@@ -929,6 +931,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:Publication</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -990,6 +993,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:Person</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--Default result per page -->
|
||||
@@ -1043,6 +1047,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:Project</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--Default result per page -->
|
||||
@@ -1105,6 +1110,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:OrgUnit</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -1164,6 +1170,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:JournalIssue</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -1222,6 +1229,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:JournalVolume</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -1280,6 +1288,7 @@
|
||||
<list>
|
||||
<!--Only find items, communities and collections-->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:Journal</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--The configuration for the recent submissions-->
|
||||
@@ -1353,6 +1362,7 @@
|
||||
<list>
|
||||
<!--Only find items, and orgunits or persons-->
|
||||
<value>search.resourcetype:Item AND (entityType_keyword:OrgUnit OR entityType_keyword:Person)</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
|
||||
@@ -1408,6 +1418,7 @@
|
||||
<list>
|
||||
<!--Only find items that have a entityType=OrgUnit and a dc.type=FundingOrganization -->
|
||||
<value>search.resourcetype:Item AND entityType_keyword:OrgUnit AND dc.type:FundingOrganization</value>
|
||||
<value>-withdrawn:true AND -discoverable:false</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--Default result per page -->
|
||||
|
Reference in New Issue
Block a user