X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fclient.sh;fp=perf%2Fbash%2Fclient.sh;h=ecf2e6f847cbde7b41a94042b710748c60a79d06;hb=63135a54f7ca33c225b7aaa22fd717693e8b3ced;hp=13b05ce0bcca07ed7e63c7a06531338c9674a59f;hpb=04fb563d9f927258ddf869549ea0efd2fc9c216b;p=pazpar2-moved-to-github.git 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"