From: Mike Taylor Date: Tue, 16 Dec 2014 16:19:08 +0000 (+0000) Subject: Related to IR-365 ("Investigate, possibly remove "skipped records" in IRSpy toroid") X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=32f8933db25356a6d5c742530e70c7b4ae4f97e2 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. --- 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 );