[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.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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 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-r...@inlibro.com 

inLibro | pour esprit libre | www.inLibro.com 
Le 2018-09-21 à 07:44, drojup a écrit :

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
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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 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
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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 training and support

Tél.  : 1 (833) 465-4276
caroline.cyr-la-r...@inlibro.com 

inLibro | pour esprit libre | www.inLibro.com 
Le 2018-09-21 à 15:12, drojup a écrit :

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
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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 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
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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

2018-09-26 Thread 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.

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

On 21 September 2018 at 22:21, Katrin Fischer 
wrote:

> 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 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
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


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

2018-09-27 Thread Katrin Fischer

Hi Andreas,

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

Katrin
**

On 26.09.2018 18:31, Andreas Roussos wrote:

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

On 21 September 2018 at 22:21, Katrin Fischer 
mailto:katrin.fischer...@web.de>> wrote:


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 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
Koha@lists.katipo.co.nz 
https://lists.katipo.co.nz/mailman/listinfo/koha



___
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz 
https://lists.katipo.co.nz/mailman/listinfo/koha





___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha