Instead of a single search, a sequence of searches are now run
authorMike Taylor <mike@indexdata.com>
Fri, 8 Dec 2006 11:57:51 +0000 (11:57 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 8 Dec 2006 11:57:51 +0000 (11:57 +0000)
commit18c0310db8963cf138e1802d7405827c76685956
treef07155ac81e9ddffef5d9c823c9a7b891d428156
parent85412b6d996cb8794f60d45c160b309200c3907c
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.
lib/ZOOM/IRSpy/Test/Record/Fetch.pm