projects
/
pazpar2-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:
04fb563
)
Added sort parameter on show
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 21 May 2010 09:49:25 +0000
(11:49 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 21 May 2010 09:49:25 +0000
(11:49 +0200)
perf/bash/client.sh
patch
|
blob
|
history
diff --git
a/perf/bash/client.sh
b/perf/bash/client.sh
index
13b05ce
..
ecf2e6f
100755
(executable)
--- a/
perf/bash/client.sh
+++ b/
perf/bash/client.sh
@@
-22,4
+22,4
@@
if [ "$SETTINGS" != "" ] ; then
fi
wget -q -O $OF.search.xml "$H?command=search&query=$WHAT&session=$S"
sleep 1
-wget -q -O $OF.show.xml "$H?command=show&session=$S&num=100&block=1"
+wget -q -O $OF.show.xml "$H?command=show&session=$S&sort=relevance&start=0&num=100&block=1"