From: Adam Dickmeiss Date: Fri, 21 Jan 2005 11:35:49 +0000 (+0000) Subject: Fixed bug #252: Sort does not work. X-Git-Tag: ZEBRA.1.3.22~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e36276b23b7a9c64fbb8c4296859c95f0e02c9be;p=idzebra-moved-to-github.git Fixed bug #252: Sort does not work. --- diff --git a/index/zsets.c b/index/zsets.c index c67e015..313a868 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,5 +1,5 @@ -/* $Id: zsets.c,v 1.49.2.2 2005-01-07 14:06:16 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 +/* $Id: zsets.c,v 1.49.2.3 2005-01-21 11:35:49 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005 Index Data Aps This file is part of the Zebra server. @@ -215,7 +215,7 @@ ZebraSet resultSetAdd (ZebraHandle zh, const char *name, int ov) } else { - const char *sort_max_str = zebra_get_resource(zh, "sortmax", "2"); + const char *sort_max_str = zebra_get_resource(zh, "sortmax", "1000"); yaz_log (LOG_DEBUG, "adding result set %s", name); s = (ZebraSet) xmalloc (sizeof(*s));