From: Dennis Schafroth Date: Fri, 21 May 2010 09:49:25 +0000 (+0200) Subject: Added sort parameter on show X-Git-Tag: v1.4.1~5^2~2 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=63135a54f7ca33c225b7aaa22fd717693e8b3ced;p=pazpar2-moved-to-github.git Added sort parameter on show --- diff --git a/perf/bash/client.sh b/perf/bash/client.sh index 13b05ce..ecf2e6f 100755 --- 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"