[Koha-bugs] [Bug 36433] Plugin hook elasticsearch_to_document

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 26 18:24:25 CET 2024


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

--- Comment #3 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 163944
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163944&action=edit
Bug 36433: Plugin hook elasticsearch_to_document

Add a new hook elasticsearch_to_document in order to allow completing
the 'document' to be sent to Elasticsearch. Usage example: (1) add new
search fields, (2) normalize/sanitize existing fields, (3) use id fields
to retrieve info via web services in other repositories (say VIAF), (4)
download file referenced in a field, and index its content.

To test:

1. Apply the unit tests patch, and run it:

   prove t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t

   => FAIL: Tests fail! The hook is not implemented so the desired

2. Apply this patch, and then repeat 1:

   => SUCCESS: It works!

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


More information about the Koha-bugs mailing list