Fixed bug #1128: sortmax not honored.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 May 2007 08:46:19 +0000 (08:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 May 2007 08:46:19 +0000 (08:46 +0000)
NEWS
index/check_res.c

diff --git a/NEWS b/NEWS
index 47dd781..b35fc91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Fixed bug #1128: sortmax not honored.
+
 Fixed bug #1121: Crash for some searches with customized string.chr.
 
 --- 2.0.14 2007/05/09
 Fixed bug #1121: Crash for some searches with customized string.chr.
 
 --- 2.0.14 2007/05/09
index 7b828bb..b3b2b26 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: check_res.c,v 1.5 2007-01-15 15:10:16 adam Exp $
+/* $Id: check_res.c,v 1.6 2007-05-16 08:46:19 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -58,6 +58,7 @@ int zebra_check_res(Res res)
     res_add(v, "segment", "");
     res_add(v, "setTmpDir", "");
     res_add(v, "sortindex", "");
     res_add(v, "segment", "");
     res_add(v, "setTmpDir", "");
     res_add(v, "sortindex", "");
+    res_add(v, "sortmax", "");
     res_add(v, "staticrank", "");
     res_add(v, "threads", "");
     res_add(v, "trunclimit", "");
     res_add(v, "staticrank", "");
     res_add(v, "threads", "");
     res_add(v, "trunclimit", "");