[Koha] ES not retrieve OPAC indexes

2024-09-05 Thread Marcos René Álvarez Moreno
Hi. Elasticsearch does not retrieve indexes by marc field 700ae, 710abe. I have added the marc field on file mappings.yaml and reindexed full but without recovering those indexes. -- ___ Koha mailing list http://koha-community.org Koha@lists.katipo.c

Re: [Koha] mport Staged MARC Records Failing/Stalling in Koha 23.11

2024-09-05 Thread Lauren Denny
Hi Evan, A common problem that keeps records from importing is that authorized value codes in the 952 don't match what is set up in Koha. Make sure your item type in 952$y is the same code that is listed in Koha. Also, I would say that you need to remove the 999 field from your records before yo

Re: [Koha] Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Katrin Fischer
Hi Michael, the false display sounds like a bug, but for the second there is maybe a solution in the configuration. Have a look at the BarcodeSeparators system preference and try removing the \s. Hope that helps, Katrin On 05.09.24 18:03, Michael Kuhn wrote: Hi Alvaro You wrote: > I guess

[Koha] Fwd: Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Michael Kuhn
Hi For case 1 I have now opened a new bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37847 (Barcode-URL showing %2F) For case 2 I found a solution: There is a system preference named "BarcodeSeparators" which allows to give the separators at which Koha will split barcodes in

Re: [Koha] Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Michael Kuhn
Hi Alvaro You wrote: > I guess both cases are "data sanitation" issues that need to be > handled by devel. > > I recommend you to open a bug report for each. We hoped for a quick solution but however we will open bug reports for these cases. > Have you tried escaping problematic characters?

Re: [Koha] Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Alvaro Cornejo
Have you tried escaping problematic characters? Something like Soz\ 2432-b02732 or 03\/07851-a03073 Regards || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débra

Re: [Koha] Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Alvaro Cornejo
Hi Michael, I guess both cases are "data sanitation" issues that need to be handled by devel. I recommend you to open a bug report for each. Regards, Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* S

[Koha] mport Staged MARC Records Failing/Stalling in Koha 23.11

2024-09-05 Thread Evan Stewart
Hello, (I've tried sending this email twice but it is not getting onto the mailing list. Trying a third time). I did this process on an older version of Koha (22.05), but it's not working for me on version 23.11.06 (maybe I forgot steps along the way?). I'm wanting to export records from one ins

[Koha] Problems with barcodes in Koha 24.05.01

2024-09-05 Thread Michael Kuhn
Hi 1. We have barcodes containing the slash character "/", like: 03/07851-a03073 In Koha menu "Circulation > Holds queue" barcodes are now links, and the above barcode is shown as 03%2F07851-a03073 - is it possible to get rid of this unwanted HTML entity %2F and instead show the correct char