-# $Id: Bib1.pm,v 1.11 2006-10-23 12:23:29 sondberg Exp $
+# $Id: Bib1.pm,v 1.12 2006-10-25 10:49:51 mike Exp $
# See the "Main" test package for documentation
foreach my $attr (@attrs) {
$conn->irspy_search_pqf("\@attr 1=$attr mineral",
- {'attr' => $attr},
+ {'attr' => $attr}, {},
ZOOM::Event::RECV_SEARCH, \&found,
exception => \&error);
}
-# $Id: DBDate.pm,v 1.1 2006-10-17 16:20:00 mike Exp $
+# $Id: DBDate.pm,v 1.2 2006-10-25 10:49:51 mike Exp $
# This plugin tests searching on BIB-1 access-point 1011 (Date/time
# added to db), the significance of which is that this search
my $class = shift();
my($conn) = @_;
- $conn->irspy_search_pqf('@attr 1=1011 mineral', undef,
+ $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, {},
ZOOM::Event::RECV_SEARCH, \&found,
"exception", \&error);
}
-# $Id: Dan1.pm,v 1.2 2006-10-23 12:23:29 sondberg Exp $
+# $Id: Dan1.pm,v 1.3 2006-10-25 10:49:51 mike Exp $
# See the "Main" test package for documentation
foreach my $attr (@attrs) {
$conn->irspy_search_pqf("\@attr dan1 1=$attr mineral",
- {'attr' => $attr},
+ {'attr' => $attr}, {},
ZOOM::Event::RECV_SEARCH, \&found,
exception => \&error);
}
-# $Id: Title.pm,v 1.7 2006-10-12 16:54:13 mike Exp $
+# $Id: Title.pm,v 1.8 2006-10-25 10:49:51 mike Exp $
# See the "Main" test package for documentation
my $class = shift();
my($conn) = @_;
- $conn->irspy_search_pqf('@attr 1=4 mineral', undef,
+ $conn->irspy_search_pqf('@attr 1=4 mineral', undef, {},
ZOOM::Event::RECV_SEARCH, \&found,
"exception", \&error);
}