Re: [Koha] Plack plus shibboleth

2018-09-21 Thread Ere Maijala
We use the ODBC driver with shibd, but I would advise against using that as the data source. The data is internal to Shibboleth and you'd have to accept the risk accompanied with trying to parse it. And then you'd still have to relay the Shibboleth session identifier somehow. --Ere Dave Shero

[Koha] Reindex (Authorities & Bibliographic Records)

2018-09-21 Thread drojup
Hi there, I noticed that sorting in alphabetical order by title doesn't seem to be right. (I am aware about the 245 indicator). I was thinking to execute a reindexing command but I am not sure which is the right command. I use Zebra. Any ideas? Regards. -- Sent from: http://koha.1045719.n5.

[Koha] Advanced catalog search widget and course reserves follow-up

2018-09-21 Thread Joelle Hannert
Does anyone have an advanced search widget for the OPAC that you'd be willing to share? I found this basic search widget , but I'm trying to set up a search with multiple search fields and don't have enough (or any) programming skill to

Re: [Koha] DBMS auto increment issue - BUG19016

2018-09-21 Thread Luis Moises Rojas
Hello everybody, We all know this is destructive, meanwhile, which is the better soluction in this case? Thanks El jue., 20 de sep. de 2018 a la(s) 19:01, Jonathan Druart ( jonathan.dru...@bugs.koha-community.org) escribió: > Important note: This is a destructive method, you are going to lose >

Re: [Koha] Reindex (Authorities & Bibliographic Records)

2018-09-21 Thread Caroline Cyr-La-Rose
Hi drojup, I didn't see any answer on the list, but someone may have already answered you. The zebra reindexing command is the following: ./misc/migration_tools/rebuild_zebra.pl -a -b -v -r -a : reindex authorities -b : reindex biblios -v : verbose -r : reset indexes (erase and rebuild fr

Re: [Koha] DBMS auto increment issue - BUG19016

2018-09-21 Thread Jonathan Druart
The script on bug 19016 is supposed to deal with corrupted data correctly. At least for issues/old_issues (read comment 13 carefully!). However problems have been found for other tables, like items and biblio (see comments 16 and 17). On Fri, 21 Sep 2018 at 12:42 Luis Moises Rojas wrote: > Hello

Re: [Koha] DBMS auto increment issue - BUG19016

2018-09-21 Thread Tomas Cohen Arazi
The only issue I see is action_logs will contain invalid references if used as_is. The date the object (conflicting) was created should be used to know how to upgradethe action_logs and statistics entries. El vie., 21 sept. 2018 a las 13:14, Jonathan Druart (< jonathan.dru...@bugs.koha-community.o

Re: [Koha] Reindex (Authorities & Bibliographic Records)

2018-09-21 Thread drojup
Hi Caroline, Thank you very much for your help. I executed the following command and I was able to reindex my records. sudo koha-rebuild-zebra -f -v instancename I just found that the problem is related only to Greek characters. The English titles can be sorted in alphabetical order as it shoul

Re: [Koha] Reindex (Authorities & Bibliographic Records)

2018-09-21 Thread Caroline Cyr-La-Rose
Hi, I think that has to do with ICU. You can look on the wiki for more information on configuring ICU : - https://wiki.koha-community.org/wiki/ICU_chains_configuration - https://wiki.koha-community.org/wiki/ICU_Chains_Library Caroline Caroline Cyr La Rose, M.L.I.S Librarian / Head of trainin

Re: [Koha] Reindex (Authorities & Bibliographic Records)

2018-09-21 Thread Katrin Fischer
Hi, did you select the Greek language option when installing? There is a sort file specifically for Greek. Maybe this can give you some hints: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927 Hope that helps, Katrin On 21.09.2018 21:12, drojup wrote: Hi Caroline, Thank you

[Koha] KOHA XSLT

2018-09-21 Thread Hans Manrique
Dear community, i am currently in a dilemma. I would like to add a separate view of MARC21 and ISBD on the intranet, one that shows me my records in APA and ISO690 format. Thanks to your contributions I can understand that I need to create an XSLT template, but I do not know the location where I sh