Re: [Koha] relevance problem

2020-01-29 Thread Katrin Fischer
Hi Pawel, it would require changing some Koha code and I am not sure how well it would work - 260 can contain non-numeric strings like 'c 2019' and is also repeatable. Maybe a better bet would be to populate the 008 Date1 and reindex. Tools like MarcEdit can help with that. Katrin On 29.01.20

Re: [Koha] relevance problem

2020-01-29 Thread paweln
Many thanks, Katrin. One more question: is there any possibility to set MARC 260c field as sorting criteriion? Best regards, Paweł -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mailing list http://koha-communit

Re: [Koha] relevance problem

2020-01-27 Thread Katrin Fischer
Hi Pawel, the copyright sorting works on the numeric value in MARC21 008 pos. 7-10 Date 1. When the criteria is the same on all records (or empty), Koha will use the biblionumber for sorting. This could explain what you are seeing. Hope this helps, Katrin On 27.01.20 22:50, paweln wrote: Hell