From: Mike Taylor Date: Thu, 14 Dec 2006 16:41:06 +0000 (+0000) Subject: Nicer allRecords query. X-Git-Tag: CPAN-v1.02~54^2~623 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=37dfb4e3f1752a6031ba0f82b9556bbc4c05781f Nicer allRecords query. --- diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 7e1eb0a..a639991 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.22 2006-12-05 17:18:30 mike Exp $ +%# $Id: found.mc,v 1.23 2006-12-14 16:41:06 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -52,7 +52,7 @@ if ($params{_query}) { $query .= "$key = ($val)"; } } -$query = 'cql.allRecords=x' if $query eq ""; +$query = 'cql.allRecords=1' if $query eq ""; my $sort = $params{"_sort"}; if ($sort) {