projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ba0d3
)
BNF for nested queries.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 2 Mar 2006 09:38:41 +0000
(09:38 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 2 Mar 2006 09:38:41 +0000
(09:38 +0000)
src/cqlstd.y
patch
|
blob
|
history
diff --git
a/src/cqlstd.y
b/src/cqlstd.y
index
59b9ff8
..
cd2238d
100644
(file)
--- a/
src/cqlstd.y
+++ b/
src/cqlstd.y
@@
-1,4
+1,4
@@
-/* $Id: cqlstd.y,v 1.2 2006-03-02 09:37:35 adam Exp $
+/* $Id: cqlstd.y,v 1.3 2006-03-02 09:38:41 adam Exp $
YACC CQL grammar taken verbatim from the official spec. We don't
use that in YAZ but I don't know of a better place to put it.
*/
@@
-23,7
+23,7
@@
booleanGroup: boolean | boolean modifierList;
boolean : AND | OR | NOT | PROX ;
searchClause : '(' cqlQuery ')'
- | index relation searchTerm
+ | index relation searchClause
| searchTerm
;