> {FormResp} = csw_view_query_servers:render_view(Lang, UpFun, nil, nil, Req,
> Db),
> couch_httpd:send_json(Req, FormResp);You appear to be pattern matching the response into invalid ErlJSON here. Try removing the curly braces around FormResp. Nice use of _show mechanics for that. Didn't even cross my mind when contemplating it. Paul
