X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcql_sortkeys.c;h=c3f0845b6f847916a806c67f58fbd5c6a2d4c136;hp=d501bff400bceaa4e68f181983c5d38a3aa73e14;hb=6260987fdcc904b2110b88f882e66fa47e0b35dc;hpb=5650509910a3a243d42113305be7ef5412d2f95e diff --git a/src/cql_sortkeys.c b/src/cql_sortkeys.c index d501bff..c3f0845 100644 --- a/src/cql_sortkeys.c +++ b/src/cql_sortkeys.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -51,6 +51,8 @@ static int cql_sort_modifiers(struct cql_node *cn, for (; cn; cn = cn->u.st.modifiers) { const char *indx = cn->u.st.index; + if (!strncmp(indx, "sort.", 5)) + indx = indx + 5; if (!strcmp(indx, "ignoreCase")) caseSensitive = 0; else if (!strcmp(indx, "respectCase"))