Rephase description of sort order
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 7 Sep 2012 11:03:02 +0000 (13:03 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 7 Sep 2012 11:03:02 +0000 (13:03 +0200)
doc/pazpar2_protocol.xml

index a8dd4f5..e6763e2 100644 (file)
@@ -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'.