Hi,
Is my understanding correct? Does it make sense to remove that CQL example?
It probably does, since most Z39.50 clients will just send RPN queries anyway, but you could make the example work by doing the following:
[1] Create a CQL mapping file something like this
[2] Run yaz-cilent like this:
yaz-client localhost:9999/CONS -q cql_mapping_file
Z> querytype cql2rpn
Z> find dc.title="throne of the crescent moon" and dc.author="ahmed"
Sent searchRequest.
Received SearchResponse.
Search was a success.
Number of hits: 1, setno 1
records returned: 0
Elapsed: 0.084814
Regards,
Galen
--