X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=b9079cd5bd00f51183404727a787624342a6b26b;hb=ab97a59cbf609730cbc674885832fd5bb1dc64fb;hp=9e8f327581d662cbabca6df2298e31ed7414eb52;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index 9e8f327..b9079cd 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,4 +1,4 @@ -/* $Id: attribute.c,v 1.26 2006-08-14 10:40:15 adam Exp $ +/* $Id: attribute.c,v 1.27 2006-09-20 10:51:25 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -190,11 +190,7 @@ ZEBRA_RES zebra_sort_get_ord(ZebraHandle zh, if (zebra_attr_list_get_ord(zh, sortAttributes->list, zinfo_index_category_sort, - 's', VAL_BIB1, ord)== ZEBRA_OK) - return ZEBRA_OK; - if (zebra_attr_list_get_ord(zh, sortAttributes->list, - zinfo_index_category_sort, - 'S', VAL_BIB1, ord)== ZEBRA_OK) + -1 /* any index */, VAL_BIB1, ord)== ZEBRA_OK) return ZEBRA_OK; return ZEBRA_FAIL; }