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