http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13568
--- Comment #3 from Frédéric Demians <[email protected]> --- > 3. The last resumtionToken which was generated is > "marcxml/4500/1970-01-01/2015-02-17/" and the last identifier was > "KOHA-OAI-TEST:5000" : after this record there was no more resumptionToken. > But it is said here http://koha-fr.org/content/bacs-%C3%A0-sable that the > "UNIMARC public library (2) = UNIMARC BM" dataset contains 19000 > bibliographical records. > So I am not sure the patch works well. You could see that without the patch, even asking records with "marcxml/4500/1970-01-01/2015-02-17/" resumption token, you will have a resumption token in the response. The dataset doesn't contain 19000 records but 4848. You can check with this SQL query: SELECT COUNT(*) FROM biblio. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
