From: Mike Taylor Date: Fri, 8 Dec 2006 11:57:51 +0000 (+0000) Subject: Instead of a single search, a sequence of searches are now run X-Git-Tag: CPAN-v1.02~695 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=89504846d8e6046fcc6ce3ed23bd1758d5d2049f;hp=89504846d8e6046fcc6ce3ed23bd1758d5d2049f;p=irspy-moved-to-github.git Instead of a single search, a sequence of searches are now run sequentially until we get one that finds one or more records. This enables us to test for records in, for example, indexdata.com/marc, which previously got zero hits and then gave up. So far, there is only one fallback query, but more can be added trivially. Also arranged for the last retrieval callback to return TEST_GOOD rather than TASK_DONE, which makes no real difference but is more polite. ---