http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5832 Bug #: 5832 Summary: rss.pl limited to 15 results Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Command-line Utilities AssignedTo: gmcharlt@gmail.com ReportedBy: ian.walls@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org When fetching items, rss.pl puts a hard LIMIT 15 clause on the end of the query. This is to ensure compatibility with RSS 0.91. This restriction is lifted with RSS 0.92, but rss.pl does not recognize this. The rss.pl script should have a mechanism for identifying the RSS version, and if it's 0.92 or greater, allowing for users to specify their own LIMIT clause on the query. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.