bugfix
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Jun 2005 21:33:43 +0000 (21:33 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Jun 2005 21:33:43 +0000 (21:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@784 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/opensearch.ttk

index be55f09..c977929 100644 (file)
@@ -10,7 +10,7 @@ IF CGI.param('pagesize');
        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';
@@ -52,7 +52,7 @@ j = req.finish;
 <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&amp;mr_search_type=[% type %]&amp;mr_search_query=[% string %]&amp;itempage=[% itempage %]&amp;mr_search_depth=[% depth %]&amp;mr_search_location=[% location %]</link>
+      <link>http://http://gapines.org/opensearch/?target=mr_result&amp;mr_search_type=[% type %]&amp;mr_search_query=[% string %]&amp;page=[% itempage %]&amp;mr_search_depth=[% depth %]&amp;mr_search_location=[% location %]</link>
       <description>Search results for "[% string %]" at gapines.org</description>
       <language>en-us</language>
       <copyright>&amp;copy;2004-2005, Georga Public Library Service.</copyright>