JAL-1563 Implemented hack to make table both scrollable and resizable and made Unipro...
[jalview.git] / src / jalview / fts / service / uniprot / UniProtFTSRestClient.java
index f6d7221..2af1d56 100644 (file)
@@ -73,6 +73,7 @@ public class UniProtFTSRestClient extends FTSRestClient
             .queryParam("format", "tab")
             .queryParam("columns", wantedFields)
             .queryParam("limit", String.valueOf(responseSize))
+            .queryParam("sort", "score")
             .queryParam("query", query);
     // Execute the REST request
     ClientResponse clientResponse = webResource