Revision 377
Added by Matt Jones over 24 years ago
queform.html | ||
---|---|---|
24 | 24 |
<tr><td width="40%" valign="top"> |
25 | 25 |
<form action="@servlet-path@" target="right" method="POST"> |
26 | 26 |
<input type="hidden" name="action" value="query"> |
27 |
<input type="text" name="query" value="NCEAS%" size="15">
|
|
27 |
<input type="text" name="anyfield" value="%" size="15">
|
|
28 | 28 |
<input type="submit" value="Run query"><br /> |
29 | 29 |
Format: |
30 | 30 |
<input type="radio" name="qformat" value="xml">XML |
Also available in: Unified diff
Updated default html forms for metacat queries to use the "anyfield"
keyword for constructing a default query. This should now work with
the new handleQuery method of MetaCatServlet.
BugID:
Submitted by:
Reviewed by: