Added sort parameter on show
authorDennis Schafroth <dennis@indexdata.com>
Fri, 21 May 2010 09:49:25 +0000 (11:49 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Fri, 21 May 2010 09:49:25 +0000 (11:49 +0200)
perf/bash/client.sh

index 13b05ce..ecf2e6f 100755 (executable)
@@ -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"