-/* $Id: t7.c,v 1.12 2006-05-10 08:13:35 adam Exp $
- Copyright (C) 1995-2005
+/* $Id: t7.c,v 1.13 2006-05-30 22:03:13 adam Exp $
+ Copyright (C) 1995-2006
Index Data ApS
This file is part of the Zebra server.
ODR odr_output = odr_createmem (ODR_ENCODE);
YAZ_PQF_Parser parser = yaz_pqf_create();
Z_RPNQuery *query = yaz_pqf_parse(parser, odr_input, "@attr 1=4 my");
- Z_SortKeySpecList *spec = yaz_sort_spec (odr_output, "1=4 <");
+ Z_SortKeySpecList *spec = yaz_sort_spec (odr_output, "1=4 <!");
zint hits;
YAZ_CHECK(tl_init_data(zh, recs));
YAZ_CHECK(zebra_sort(zh, odr_output, 1, &setname2, setname3, spec,
&status) == ZEBRA_OK);
- spec = yaz_sort_spec(odr_output, "1=5 <"); /* invalid sort spec */
+ spec = yaz_sort_spec(odr_output, "1=5 <!"); /* invalid sort spec */
YAZ_CHECK(zebra_sort(zh, odr_output, 1, &setname1, setname2, spec,
&status) == ZEBRA_FAIL);