Correct passing of options hash on second and subsequent searches.
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 15:18:21 +0000 (16:18 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 15:18:21 +0000 (16:18 +0100)
lib/ZOOM/IRSpy/Test/Record/OPAC.pm

index 727097c..2009750 100644 (file)
@@ -65,7 +65,7 @@ sub completed_search {
            if !defined $q || $conn->record->zoom_error->{TIMEOUT} >= $ZOOM::IRSpy::max_timeout_errors;
 
        $conn->log("irspy_test", "Trying another search ...");
-       $conn->irspy_search_pqf($queries[$qindex], { queryindex => $qindex }, %options,
+       $conn->irspy_search_pqf($queries[$qindex], { queryindex => $qindex }, \%options,
                                ZOOM::Event::ZEND, \&completed_search,
                                exception => \&completed_search);
        return ZOOM::IRSpy::Status::TASK_DONE;