<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 8928 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 199, Issue 20<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Embed see-from headings (authorities) into bibliographic<br>      records at OAI repository level (dcook@prosentient.com.au)<br>   2. Re: Elasticsearch: Minor fix ? (Mason James)<br>   3. Re: Elasticsearch: Minor fix ? (Marcel de Rooy)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 27 Jun 2022 10:12:24 +1000<br>From: <dcook@prosentient.com.au><br>To: "'Tomas Cohen Arazi'" <tomascohen@gmail.com>, "'Julien Sicot'"<br>    <julien.sicot@univ-rennes2.fr><br>Cc: "'koha-devel'" <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Embed see-from headings (authorities) into<br>    bibliographic records at OAI repository level<br>Message-ID: <050e01d889ba$a072cc70$e1586550$@prosentient.com.au><br>Content-Type: text/plain; charset="utf-8"<br><br>I’m not familiar with the code but it looks like EmbedSeeFromHeadings.pm loops through the fields, looks for $9, and creates new versions of that field to house the seefrom data. <br><br> <br><br>The thing to do would probably be to use RecordProcessor in Koha::OAI::Server::Repository::get_biblio_marcxml(). <br><br> <br><br>It looks like we’re already running records through C4::XSLT::transformMARCXML4XSLT(), so it’ll slow things down further as it’ll add more loops at a bare minimum, but it would be doable.<br><br> <br><br>Occasionally, I think that we should handle OAI-PMH more like DSpace, which actually creates a Solr index of data to be sent out via OAI-PMH. In theory, that would make the OAI-PMH feed very fast. But maybe performance isn’t an issue at this point.<br><br> <br><br>David Cook<br><br>Senior Software Engineer<br><br>Prosentient Systems<br><br>Suite 7.03<br><br>6a Glen St<br><br>Milsons Point NSW 2061<br><br>Australia<br><br> <br><br>Office: 02 9212 0899<br><br>Online: 02 8005 0595<br><br> <br><br>From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On Behalf Of Tomas Cohen Arazi<br>Sent: Saturday, 25 June 2022 3:52 AM<br>To: Julien Sicot <julien.sicot@univ-rennes2.fr><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Embed see-from headings (authorities) into bibliographic records at OAI repository level<br><br> <br><br>I like te idea, but where would you put those headings?<br><br> <br><br>El sáb., 19 jun. 2021 3:09 p. m., Julien Sicot <julien.sicot@univ-rennes2.fr <mailto:julien.sicot@univ-rennes2.fr> > escribió:<br><br>Hi all,<br><br> <br><br>An enhancement idea :<br><br> <br><br>It could be interesting to enrich the bibliographic records exposed in OAI with see-from headings, this would allow users who use koha with a discovery tool to be able to manage, normalize and index some authorities data ?<br><br> <br><br>This is something that could be done directly in C4::Biblio::GetMarcBiblio following the same method used for embedding items.<br><br>We could use an optional parameter like embed_items (embed_seefromheading) and a function similar to C4::Biblio::EmbedItemsInMarcBiblio by reusing what was made for zebra with EmbedSeeFromHeadings (bug #7417 <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7417> ).<br><br> <br><br>What do you think about this?<br><br><br><br><br>Thanks for feedback,<br><br>Best<br><br> <br><br>--<br><br>Julien Sicot<br>Systems Librarian<br>Université Rennes 2<br>02 22 51 44 41<br><br> <br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> <br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220627/f26b42b8/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 27 Jun 2022 13:43:43 +1200<br>From: Mason James <mtj@kohaaloha.com><br>To: Marcel de Rooy <M.de.Rooy@rijksmuseum.nl>, Koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Elasticsearch: Minor fix ?<br>Message-ID: <31ea099f-91a2-767a-7001-e525e1241ab4@kohaaloha.com><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>hi Marcel<br>can you paste the installation error<br><br>i tried to replicate, but koha installed ok for me<br><br>On 24/06/22 7:53 pm, Marcel de Rooy wrote:<br> > Hi all,<br> > Suddenly my D10 dev box does not install anymore.<br> > Reason: We now require Search::Elasticsearch to be 6.80. And under D10 I have 6.00.<br> ><br> > This is called a minor fix on bug 25669.<br> > Which is currently not my perspective.<br> > Not talking about further implications yet..<br> ><br> > Can we fix this fix ?<br> ><br> > Marcel<br> ><br> ><br> ><br> > _______________________________________________<br> > Koha-devel mailing list<br> > Koha-devel@lists.koha-community.org<br> > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br> > website : https://www.koha-community.org/<br> > git : https://git.koha-community.org/<br> > bugs : https://bugs.koha-community.org/<br><br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Mon, 27 Jun 2022 06:31:51 +0000<br>From: Marcel de Rooy <M.de.Rooy@rijksmuseum.nl><br>To: Mason James <mtj@kohaaloha.com>, Koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Elasticsearch: Minor fix ?<br>Message-ID:<br>    <PAXPR05MB870598F154511C1BC0415682CEB99@PAXPR05MB8705.eurprd05.prod.outlook.com><br>    <br>Content-Type: text/plain; charset="utf-8"<br><br>Don’t  have it at hand anymore.
<br>But it is a required module version thing.
<br>600 versus 680
<br>Does it need packaging for D 10 ?
<br>
<br>-----Original Message-----
<br>From: Mason James <mtj@kohaaloha.com> 
<br>Sent: Monday, June 27, 2022 3:44 AM
<br>To: Marcel de Rooy <M.de.Rooy@rijksmuseum.nl>; Koha-devel <koha-devel@lists.koha-community.org>
<br>Subject: Re: [Koha-devel] Elasticsearch: Minor fix ?
<br>
<br>hi Marcel
<br>can you paste the installation error
<br>
<br>i tried to replicate, but koha installed ok for me
<br>
<br>On 24/06/22 7:53 pm, Marcel de Rooy wrote:
<br> > Hi all,
<br> > Suddenly my D10 dev box does not install anymore.
<br> > Reason: We now require Search::Elasticsearch to be 6.80. And under D10 I have 6.00.
<br> >
<br> > This is called a minor fix on bug 25669.
<br> > Which is currently not my perspective.
<br> > Not talking about further implications yet..
<br> >
<br> > Can we fix this fix ?
<br> >
<br> > Marcel
<br> >
<br> >
<br> >
<br> > _______________________________________________
<br> > Koha-devel mailing list
<br> > Koha-devel@lists.koha-community.org
<br> > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.koha-community.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fkoha-devel&amp;data=05%7C01%7CM.de.Rooy%40rijksmuseum.nl%7Cf77b14a5090542349f2208da57de7bfb%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637918910328313480%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=0XbByDOvk053bjsL1LwFkko6eEG9o31CFkiWCG3lNPA%3D&amp;reserved=0
<br> > website : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.koha-community.org%2F&amp;data=05%7C01%7CM.de.Rooy%40rijksmuseum.nl%7Cf77b14a5090542349f2208da57de7bfb%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637918910328313480%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=2WXb6%2BHycMlb0hCt0G%2Fc%2FSkCcTWHDIz7w97PJaFHOCo%3D&amp;reserved=0
<br> > git : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.koha-community.org%2F&amp;data=05%7C01%7CM.de.Rooy%40rijksmuseum.nl%7Cf77b14a5090542349f2208da57de7bfb%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637918910328313480%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=x76o3%2FoHBCHsx0hAIQHYK5AE545MAEX1vU96UFeYShg%3D&amp;reserved=0
<br> > bugs : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.koha-community.org%2F&amp;data=05%7C01%7CM.de.Rooy%40rijksmuseum.nl%7Cf77b14a5090542349f2208da57de7bfb%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637918910328313480%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=P8GzQjdwvoLZsEbe70FlcnOnPbTGZZ5%2FM7A43lOXvYk%3D&amp;reserved=0
<br>
<br>
<br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 199, Issue 20<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>