https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31756 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to David Nind from comment #5)
Hi David.
Things seem to be working for MARC21.
However, for UNIMARC: - I changed the count number =100 - After the first 10 pages of results (that is, from page 11 and the 1001 search result) the order changes to asc starting from 1
It works fine for asc.
Note: when copying the definitions in step 2, I replaced marc21 with unimarc in the file paths.
David
Could you elaborate a bit more? You say the order changes to "asc". Does that mean it was "desc" before? I don't think that's an issue with these patches. Also, in ./etc/zebradb/zebra-biblios-dom.cfg, you'll probably notice that "sortmax" is set to "1000". That means that only the first 1000 records in a result set will be sorted, so that might be what you're encountering. That means only the first 1000 records are sorted. -- You are receiving this mail because: You are watching all bug changes.