http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8136 --- Comment #1 from Christophe Croullebois <christophe.croullebois@biblibre.com> --- Created attachment 9699 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9699&action=edit this patch changes 35 to 36 to test you must have a string in 100$a with a lenght of 36 and a record.abs with for melm 100$a : pubdate:s:range(data,9,4),pubdate:y:range(data,9,4),pubdate:n:range(data,9,4) Of course you must have for "marcflavour" unimarc. Without the patch after rebuild_zebra you'll can't sort by publication date. for 100$a your biblioitems.marcxml has to look like : 19920922d1992 ||||0frey50 ba Note : use rebuild_zebra.pl -b -v -x -where biblionumber=xxxx to just test on one bibliorecord. -- You are receiving this mail because: You are watching all bug changes.