Select Product
This is the starting point for SPADE queries.
From the selection box, choose which type of product you want to query for,
or "Common Metadata" to query all types of products by common attributes.
Query form
On the query fields tab, you specify the query filters for the particular product.
You only need to specify those fields by which you want to limit your query.
The

button on the left returns statistics and sample values for the given field.
The

comparator selection box allows you to specify "equals," "greater than," "greater than or equal to," etc.
The "LIKE" and "NOT LIKE" comparison operators provide text comparison and wildcards.
Wildcards can be either Unix style ('?' for one character match, '*' for multi-character match)
or SQL style ('_' for one character match, '%' for multi-character match).
If no wildcards are specified in the LIKE or NOT_LIKE query text,
the system will wrap the text with multi-character match wildcards on each end.
The LIKE comparison operator is also useful for date/time and floating point data type queries.
For example, you can query for date LIKE 2004-12-26 to match anything on Dec. 26th, 2004, or date LIKE 2005-10%
to match Oct., 2005. Or floatValue LIKE 42.%.
The actual query value is entered in the text box. For fields where format is significant, the format
of the query must match the format of the input XML documemnt. The field help button will return
sample values which can indicate the format of the values.
The

button lets you add additional constraints on each field, thereby supporting ranges and bounding boxes.
The

button removes that additional constraint row.
You may optionally choose to have all versions of matching products returned in the result set.
The normal mode is to only return the latest version of any product.
You may also specify how many results are to be returned per page.
Query results are listed in a separate window, allowing you to refine your query and resubmit.
Available results
On the available products result tab, product instances that match your query are displayed.
From this tab you can also select all or some of the results and download them in either
gzipped tar or zip file format.
Clicking on the ProductID link will take you to the Display product page for that particular product document.
If there are more matching results than were returned on this page, there is a "NEXT" link to
fetch the next page of results.
Display product page
This page displays the product XML document.
If there are linked attachments, they will appear inline as html links.
The behavior of clicking on an attachment link is browser-dependent.
There is also a button to save the current product. This will download the product and any attachments
as a zip file.