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:
f0fdca6
)
merge
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:15:10 +0000
(13:15 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:15:10 +0000
(13:15 +0000)
web/htdocs/details/found.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/found.mc
b/web/htdocs/details/found.mc
index
231f4d1
..
13143c6
100644
(file)
--- a/
web/htdocs/details/found.mc
+++ b/
web/htdocs/details/found.mc
@@
-72,6
+72,7
@@
if (!defined $conn) {
OPEN:
$conn = new ZOOM::Connection("localhost:8018/IR-Explain---1");
$conn->option(elementSetName => "zeerex");
+ $conn->option(count => 20);
}
my $rs;
@@
-125,6
+126,7
@@
print_navlink(\%params, $last < $n, "Next", $skip+$count);
<th></th>
</tr>
% my @ids;
+% $rs->records($first-1, $last-$first+1); ## Force pre-cache
% foreach my $i ($first .. $last) {
<%perl>
my $xc = irspy_xpath_context($rs->record($i-1));