X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Fcql2pqfsample;h=04f928dafd85c68fe99fb0ffb485be42d1c2ce7b;hp=166bccaac1030e4db209e835060915cc81111a29;hb=7ed3ff16e4d2bcaf16883cbf0bc8cbc223682b00;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431 diff --git a/test/cql2pqfsample b/test/cql2pqfsample index 166bcca..04f928d 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,22 @@ 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