This enhancement enables exporting search results from the staff interface when using Elasticsearch or Open Search. Two formats are available by default: MARC (UTF-8) and MARC XML. The export is run as a background job, with the results available for download from the details page for the completed job. Requires the export_catalog permission.
Three new system preferences are used to configure exporting search results:
- EnableElasticsearchSearchResultExport: enable the exporting of search results
- ElasticsearchSearchResultExportCustomFormats: define custom export formats
- ElasticsearchSearchResultExportLimit: limit the number of search results exported
|