X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcql1.2.y;h=3b80c8ce2a333f3dded03944f5ca3c5779f8f2af;hp=748cc7d3099e2914716225a71a346f409e45c22f;hb=ee3683039be09b0843e3159426ea0eeecb3777ac;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/cql1.2.y b/src/cql1.2.y index 748cc7d..3b80c8c 100644 --- a/src/cql1.2.y +++ b/src/cql1.2.y @@ -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. */ /* @@ -8,7 +8,7 @@ %term GE LE NE AND OR NOT PROX CHARSTRING1 CHARSTRING2 SORTBY %% -sortedQuery : prefixAssignment sortedQuery +sortedQuery : prefixAssignment sortedQuery | scopedClause | scopedClause SORTBY sortSpec; @@ -40,10 +40,10 @@ namedComparitor : identifier; modifierList : modifierList modifier | modifier; -modifier : '/' modifierName +modifier : '/' modifierName | '/' modifierName comparitorSymbol modifierValue ; - + prefix : term; uri : term;