Z39 Batch ML
authorBill Erickson <berick@esilibrary.com>
Mon, 11 Feb 2013 19:44:11 +0000 (14:44 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 11 Feb 2013 19:44:11 +0000 (14:44 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm

index 191e6ce..f1e6e72 100644 (file)
@@ -574,8 +574,6 @@ sub bucket_search_queue {
 
     send_and_queue_bucket_searches($conn, $e, $queue, $z_searches);
 
-    # TODO: process vandelay queue if requested
-
     return undef;
 }
 
@@ -819,6 +817,7 @@ sub compile_bucket_zsearch {
     # junk [e.g. 9781405144094 (hardcover : alk. paper)], send ISBN values 
     # through a normalizer which returns a clean list of values.  For each 
     # extracted ISBN, clone the search so that every ISBN is covered.
+    # TODO: is this overkill?
     # TODO: do we need similar treatment for other ident fields?
     for my $bre_id (keys %z_searches) {
         for my $src (keys %{$z_searches{$bre_id}}) {