Discussion:
[Koha] Reindex (Authorities & Bibliographic Records)
drojup
2018-09-21 11:44:18 UTC
Permalink
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.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
ht
Caroline Cyr-La-Rose
2018-09-21 15:51:10 UTC
Permalink
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 from zero)

Depending on the number of records, this may take a while.

I don't know if this will resolve your sorting issue.

Caroline

Caroline Cyr La Rose, M.L.I.S.
Librarian / Head of training and support

Tél.  : 1 (833) 465-4276
caroline.cyr-la-***@inLibro.com <mailto:caroline.cyr-la-***@inLibro.com>

inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
Post by 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.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
drojup
2018-09-21 19:12:16 UTC
Permalink
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 should. But when
the titles are in Greek the sorting doesn't seem to work. Maybe a bug?

Regards.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listi
Caroline Cyr-La-Rose
2018-09-21 19:18:21 UTC
Permalink
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 training and support

Tél.  : 1 (833) 465-4276
caroline.cyr-la-***@inLibro.com <mailto:caroline.cyr-la-***@inLibro.com>

inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
Post by 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 should. But when
the titles are in Greek the sorting doesn't seem to work. Maybe a bug?
Regards.
--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
Katrin Fischer
2018-09-21 19:21:12 UTC
Permalink
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
Post by 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 should. But when
the titles are in Greek the sorting doesn't seem to work. Maybe a bug?
Regards.
--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo.
Andreas Roussos
2018-09-26 16:31:07 UTC
Permalink
Hi All,

Apparently, 'gr' (for 'Greek') is still missing from the options to the
relevant configuration variable (ZEBRA_LANGUAGE) in
/etc/koha/koha-sites.conf.
This will particularly affect newcomers since they will be unaware that
such a language option for Zebra exists.

I have filed an enhancement bug about the missing 'gr' option here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416

Kind regards,
Andreas
Hi,
did you select the Greek language option when installing? There is a sort
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927
Hope that helps,
Katrin
Post by 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 should. But when
the titles are in Greek the sorting doesn't seem to work. Maybe a bug?
Regards.
--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo.co.nz/
Katrin Fischer
2018-09-27 10:02:02 UTC
Permalink
Hi Andreas,

thx for your patch!**I've moved it to PQA.

Katrin
**
Post by Andreas Roussos
Hi All,
Apparently, 'gr' (for 'Greek') is still missing from the options to
the relevant configuration variable (ZEBRA_LANGUAGE) in
/etc/koha/koha-sites.conf.
This will particularly affect newcomers since they will be unaware
that such a language option for Zebra exists.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416
Kind regards,
Andreas
On 21 September 2018 at 22:21, 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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927
<https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927>
Hope that helps,
Katrin
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 should. But when
the titles are in Greek the sorting doesn't seem to work. Maybe a bug?
Regards.
--
http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
<http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html>
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
<https://lists.katipo.co.nz/mailman/listinfo/koha>
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
<https://lists.katipo.co.nz/mailman/listinfo/koha>
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://li

Loading...