X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Fcql2pqfsample;fp=test%2Fcql2pqfsample;h=8bc6a9629bfa867a3418ada39a9bb8456d208caa;hp=0000000000000000000000000000000000000000;hb=a061444f080ca7a0319bc176b48b0e70e067de13;hpb=45754b01d18ddee3e71b79d6be871cc75c2c7c86 diff --git a/test/cql2pqfsample b/test/cql2pqfsample new file mode 100644 index 0000000..8bc6a96 --- /dev/null +++ b/test/cql2pqfsample @@ -0,0 +1,26 @@ +# $Id: cql2pqfsample,v 1.1 2008-01-06 21:48:23 adam Exp $ +# CQL queries for testing. +# from http://www.loc.gov/z3950/agency/zing/cql/sample-queries.html +# Simple Term + +a +a b +"a b" + +# Index Relation Term + +title = fish +dc.title = fish + +# Simple Boolean + +cat or dog +cat and fish +cat not frog +(cat not frog) +"cat" not "fish food" +xml and "prox///" +fred and any +((fred or all)) +a or b and c not d +