projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbdda2
)
Nicer allRecords query.
author
Mike Taylor
<mike@indexdata.com>
Thu, 14 Dec 2006 16:41:06 +0000
(16:41 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 14 Dec 2006 16:41:06 +0000
(16:41 +0000)
web/htdocs/details/found.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/found.mc
b/web/htdocs/details/found.mc
index
7e1eb0a
..
a639991
100644
(file)
--- 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) {