Bill- In the SWISH::API man page, this example doesn't seem right: <snip> For example to limit searches to documents modified in the last 48 hours: my $start = time - 48 * 60 * 60; $search->SetSearchLimit( 'swishlastmodified', $start, $time ); </snip> should be: $search->SetSearchLimit( 'swishlastmodified', $start, time ); or perhaps I am misreading??? pek -- Peter Karman - Software Publications Engineer - Cray Inc phone: 651-605-9009 - mailto:karman@cray.comReceived on Tue Dec 16 12:46:47 2003