X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Fcql2pqfsample;h=e13cb7a8ff528f5930baf5da08407a1d707af91f;hp=166bccaac1030e4db209e835060915cc81111a29;hb=f1bbea81f533c0386482e7e8cf000b982bdd9eb8;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431 diff --git a/test/cql2pqfsample b/test/cql2pqfsample index 166bcca..e13cb7a 100644 --- a/test/cql2pqfsample +++ b/test/cql2pqfsample @@ -1,18 +1,15 @@ # CQL queries for testing. -# from http://www.loc.gov/z3950/agency/zing/cql/sample-queries.html +# Read by test_cql2pqf.sh +# No blank lines! +# # 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 @@ -22,4 +19,27 @@ xml and "prox///" fred and any ((fred or all)) a or b and c not d - +# Masking/Truncation +*a +a* +*a* +a*a +?a +a? +?a? +a?a +a#a? +*a# +a#a* +a*3 +# Escape sequences (sh reads one slash, though) +a*\\3 +\\*a# +\\*a*b# +\\" +@and +a^ +^a +^a^ +\\^ +^a\\^