pass in the record position starting at the offset
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 1 May 2009 19:28:17 +0000 (19:28 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 1 May 2009 19:28:17 +0000 (19:28 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13033 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm

index bd8544f..ff58aa9 100644 (file)
@@ -1677,7 +1677,8 @@ sub sru_search {
                        $resp->addRecord(
                                SRU::Response::Record->new(
                                        recordSchema    => 'info:srw/schema/1/marcxml-v1.1',
-                                       recordData => $marcxml
+                                       recordData => $marcxml,
+                                       recordPosition => ++$offset
                                )
                        );
                }