From 5720f0e03c2322d84bd45343bb9b407d3a6c2436 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 7 Sep 2012 13:03:02 +0200 Subject: [PATCH] Rephase description of sort order --- doc/pazpar2_protocol.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index a8dd4f5..e6763e2 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -348,9 +348,8 @@ search.pz2?session=2044502273&command=stat Specifies sort criteria. The argument is a comma-separated list (no whitespace allowed) of sort fields, with the highest-priority field first. A sort field may be followed by a colon followed by - the number '0' or '1', indicating whether results should be sorted in - increasing or decreasing order according to that field. 0==Decreasing is - the default. + the number '0' (decreasing) or '1' (increasing). Default + sort order is decreasing. Sort field names can be any field name designated as a sort field in the pazpar2.cfg file, or the special names 'relevance' and 'position'. -- 1.7.10.4