Better initial search.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Record / OPAC.pm
index 727097c..ee918b6 100644 (file)
@@ -12,7 +12,7 @@ use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
 my @queries = (
-              "\@attr 1=4 mineralazsdfdsf",
+              "\@attr 1=4 mineral",
               "\@attr 1=4 computer",
               "\@attr 1=44 mineral", # Smithsonian doesn't support AP 4!
               "\@attr 1=1016 water", # Connector Framework only does 1016
@@ -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;