From 63135a54f7ca33c225b7aaa22fd717693e8b3ced Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 21 May 2010 11:49:25 +0200 Subject: [PATCH] Added sort parameter on show --- perf/bash/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4