Revision 442
Added by berkley over 24 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
386 | 386 |
String xmlquery = ((String[])params.get("query"))[0]; |
387 | 387 |
String qformat = ((String[])params.get("qformat"))[0]; |
388 | 388 |
Hashtable doclist = runQuery(xmlquery, user, group); |
389 |
String resultdoc = createResultDocument(doclist, xmlquery);
|
|
389 |
String resultdoc = createResultDocument(doclist, transformQuery(params));
|
|
390 | 390 |
|
391 | 391 |
//format and transform the results |
392 | 392 |
if(qformat.equals("html")) { |
Also available in: Unified diff
fixed bug in handleSQuery that returned the tag in the <query> tag of a resultset.
BugID:
Submitted by:
Reviewed by: