ZOOM reject queries that cannot be char converted
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Oct 2009 09:14:54 +0000 (11:14 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Oct 2009 09:14:54 +0000 (11:14 +0200)
commit5d493e5a4ce6300660debe3e2ad82c21592039ca
treef17edcfe34b641ef50ce6fd4e3fa1c55475a4fc0
parent3a3d99725a71801f9fc5308e21a4d7f7a325cbdd
ZOOM reject queries that cannot be char converted

For queries that cannot be converted to the specified rpnCharset,
ZOOM now returns a diagnostic on the client-side ('invalid query' /
10010).  This fixes bug #2113.
include/yaz/query-charset.h
src/query-charset.c
src/zoom-c.c