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