RPN to CQL: always quote resulting terms
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Dec 2011 13:49:34 +0000 (14:49 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Dec 2011 13:49:34 +0000 (14:49 +0100)
commit85a0aae5ecc05652b0cf16aae811d64846835f80
tree863c29f0be45e53cdfca9b3293cc707f38fbc36b
parent871f1239cc0c8a2d4b2bd16a918a39c97633faa8
RPN to CQL: always quote resulting terms

For bizarre reasons, JSTOR's SRU server returns 0 hits on ISSN
searches unless a CQL term is quoted. The rpn2cql family of
functions now always returns quoted CQL terms.
src/rpn2cql.c
test/test_rpn2cql.c