From 32f8933db25356a6d5c742530e70c7b4ae4f97e2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 16 Dec 2014 16:19:08 +0000 Subject: [PATCH] Related to IR-365 ("Investigate, possibly remove "skipped records" in IRSpy toroid") When probing for record syntaxes, try an all-records search. This gives us a chance of finding something in Russian-language targets such as http://irspy.indexdata.com/full.html?id=Z39.50%3Ans1.gbs.spb.ru%3A212%2Fnmagpl in which we can't find any records using the standard English-language searches. --- lib/ZOOM/IRSpy/Test/Record/Fetch.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index f12d137..c8a8fbd 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -17,6 +17,7 @@ my @queries = ( "\@attr 1=4 computer", "\@attr 1=44 mineral", # Smithsonian doesn't support AP 4! "\@attr 1=1016 water", # Connector Framework only does 1016 + "\@attr 1=1016 \@attr 2=103 x", # Find all records ### We can add more queries here ); -- 1.7.10.4