[Koha-bugs] [Bug 27859] MARC export for search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 01:56:30 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27859

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement enables
      release notes|                            |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:
                   |                            |-
                   |                            |EnableElasticsearchSearchRe
                   |                            |sultExport: enable the
                   |                            |exporting of search results
                   |                            |
                   |                            |-
                   |                            |ElasticsearchSearchResultEx
                   |                            |portCustomFormats: define
                   |                            |custom export formats
                   |                            |-
                   |                            |ElasticsearchSearchResultEx
                   |                            |portLimit: limit the number
                   |                            |of search results exported

--- Comment #36 from David Nind <david at davidnind.com> ---
I have:
1. Amended the title and test plan for the patch (to update to the new system
preference name)
2. Added a follow-up with some edits to the system preference descriptions.

Testing notes using KTD:
1. Start up KTD using Elasticsearch: ktd --es8 up
2. The new system preference EnableElasticsearchSearchResultExport is enabled
by default.
3. Test exporting using custom export formats:
   . Test the example custom export formats in the
ElasticsearchSearchResultExportCustomFormats system preference description

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list