It is possible to add limits to the number of items exported with the bulk export functionality. A typical example of bulk export is the functionality provided in the search results page, to export the results of the search. Entities to export and output format are configurable.
Depending on three user categories:
admin: Logged in user(s) with administrative rights on repository or collections
loggedIn: Logged in user(s) without administrative rights
anonymous: not logged in users
It is possible to enable or disable the bulk export and to limit the number of exported items by means of configuration properties bulk-export.limit.admin, bulk-export.limit.loggedIn and bulk-export.limit.anonymous which must be set with the maximum allowed number of exportable items. Value of “-1” means no limits, whereas “0” means that for this particular category of users, the bulk export is not available. The default DSpace-CRIS configuration has anonymous bulk export disabled and no limits set for admin and logged-in users.
