Added tests using cql2pqf.
[yaz-moved-to-github.git] / test / cql2pqfsample
1 # $Id: cql2pqfsample,v 1.1 2008-01-06 21:48:23 adam Exp $
2 # CQL queries for testing.
3 # from http://www.loc.gov/z3950/agency/zing/cql/sample-queries.html
4 # Simple Term
5
6 a
7 a b
8 "a b"
9
10 # Index Relation Term
11
12 title = fish
13 dc.title = fish
14
15 # Simple Boolean
16
17 cat or dog
18 cat and fish
19 cat not frog
20 (cat not frog)
21 "cat" not "fish food"
22 xml and "prox///"
23 fred and any
24 ((fred or all))
25 a or b and c not d 
26