MyCoRe-Org / JSPDocportal

base modules for JSP based docportal
GNU General Public License v3.0
0 stars 2 forks source link

CSV-Download for searchresults #7

Closed rsteph-de closed 1 year ago

rsteph-de commented 3 years ago

We will integerate a download button for search results, In this early version we will simply use SOLR to generate the CSV file. You may use mycore.properties to specify a list of SolrFields and the number of rows for the download.

MCR.Search.CsvDownload.Fields=purl,profkat.idx_profname.headline,gnd
MCR.Search.CsvDownload.Rows=5000