pagesize = CGI.param('pagesize');
END;
-itempage = CGI.param('itempage');
+itempage = CGI.param('page');
#type,string,location,depth
count_meth = 'open-ils.search.biblio.class.count';
<rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
<channel>
<title>Pines Catalogue Search: [% string %] </title>
- <link>http://http://gapines.org/opensearch/?target=mr_result&mr_search_type=[% type %]&mr_search_query=[% string %]&itempage=[% itempage %]&mr_search_depth=[% depth %]&mr_search_location=[% location %]</link>
+ <link>http://http://gapines.org/opensearch/?target=mr_result&mr_search_type=[% type %]&mr_search_query=[% string %]&page=[% itempage %]&mr_search_depth=[% depth %]&mr_search_location=[% location %]</link>
<description>Search results for "[% string %]" at gapines.org</description>
<language>en-us</language>
<copyright>&copy;2004-2005, Georga Public Library Service.</copyright>